diff --git a/App.js b/App.js index 98379fe..761adac 100644 --- a/App.js +++ b/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'; diff --git a/app.json b/app.json index 4f05f48..ce6e9e0 100644 --- a/app.json +++ b/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": { diff --git a/package.json b/package.json index 792b34f..387d182 100644 --- a/package.json +++ b/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" },