warning from react-native-gesture-handler

This commit is contained in:
Alin Gheorghe
2019-09-17 21:12:00 +03:00
parent d84a0154ef
commit edffb3ad55
3 changed files with 10 additions and 7 deletions

3
App.js
View File

@@ -1,6 +1,7 @@
import React from 'react';
import { Image } from 'react-native';
import { AppLoading, Asset } from 'expo';
import { AppLoading } from 'expo';
import { Asset } from 'expo-asset';
import { Block, GalioProvider } from 'galio-framework';
import Screens from './navigation/Screens';

View File

@@ -3,12 +3,12 @@
"name": "Argon FREE React Native",
"slug": "argon-free-react-native",
"privacy": "public",
"sdkVersion": "33.0.0",
"sdkVersion": "34.0.0",
"platforms": [
"ios",
"android"
],
"version": "1.1.0",
"version": "1.2.0",
"orientation": "portrait",
"icon": "./assets/icon.png",
"splash": {

View File

@@ -14,12 +14,14 @@
"url": "git+https://github.com/creativetimofficial/argon-react-native.git"
},
"dependencies": {
"expo": "^33.0.0",
"expo-font": "^5.0.1",
"galio-framework": "^0.5.3",
"expo": "^34.0.3",
"expo-asset": "^6.0.0",
"expo-font": "^6.0.1",
"galio-framework": "^0.6.1",
"prop-types": "^15.7.2",
"react": "16.8.3",
"react-native": "https://github.com/expo/react-native/archive/sdk-33.0.0.tar.gz",
"react-native": "https://github.com/expo/react-native/archive/sdk-34.0.0.tar.gz",
"react-native-gesture-handler": "^1.3.0",
"react-native-modal-dropdown": "^0.6.2",
"react-navigation": "^3.11.0"
},