mirror of
https://github.com/fergalmoran/argon-react-native.git
synced 2026-01-07 09:04:57 +00:00
warning from react-native-gesture-handler
This commit is contained in:
3
App.js
3
App.js
@@ -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';
|
||||
|
||||
4
app.json
4
app.json
@@ -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": {
|
||||
|
||||
10
package.json
10
package.json
@@ -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"
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user