Skip to content

Commit edffb3a

Browse files
committed
warning from react-native-gesture-handler
1 parent d84a015 commit edffb3a

3 files changed

Lines changed: 10 additions & 7 deletions

File tree

App.js

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
import React from 'react';
22
import { Image } from 'react-native';
3-
import { AppLoading, Asset } from 'expo';
3+
import { AppLoading } from 'expo';
4+
import { Asset } from 'expo-asset';
45
import { Block, GalioProvider } from 'galio-framework';
56

67
import Screens from './navigation/Screens';

app.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,12 +3,12 @@
33
"name": "Argon FREE React Native",
44
"slug": "argon-free-react-native",
55
"privacy": "public",
6-
"sdkVersion": "33.0.0",
6+
"sdkVersion": "34.0.0",
77
"platforms": [
88
"ios",
99
"android"
1010
],
11-
"version": "1.1.0",
11+
"version": "1.2.0",
1212
"orientation": "portrait",
1313
"icon": "./assets/icon.png",
1414
"splash": {

package.json

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -14,12 +14,14 @@
1414
"url": "git+https://github.com/creativetimofficial/argon-react-native.git"
1515
},
1616
"dependencies": {
17-
"expo": "^33.0.0",
18-
"expo-font": "^5.0.1",
19-
"galio-framework": "^0.5.3",
17+
"expo": "^34.0.3",
18+
"expo-asset": "^6.0.0",
19+
"expo-font": "^6.0.1",
20+
"galio-framework": "^0.6.1",
2021
"prop-types": "^15.7.2",
2122
"react": "16.8.3",
22-
"react-native": "https://github.com/expo/react-native/archive/sdk-33.0.0.tar.gz",
23+
"react-native": "https://github.com/expo/react-native/archive/sdk-34.0.0.tar.gz",
24+
"react-native-gesture-handler": "^1.3.0",
2325
"react-native-modal-dropdown": "^0.6.2",
2426
"react-navigation": "^3.11.0"
2527
},

0 commit comments

Comments
 (0)