packages updated

This commit is contained in:
palingheorghe
2019-06-21 14:13:55 +03:00
parent 5a00169c09
commit 3eae6def45
2 changed files with 8 additions and 8 deletions

View File

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

View File

@@ -1,6 +1,6 @@
{
"name": "argon-react-native",
"version": "1.0.0",
"version": "1.1.0",
"description": "Argon React Native, based on Argon Design System. Coded by Creative Tim",
"main": "node_modules/expo/AppEntry.js",
"scripts": {
@@ -14,13 +14,13 @@
"url": "git+https://github.com/creativetimofficial/argon-react-native.git"
},
"dependencies": {
"expo": "^32.0.0",
"galio-framework": "^0.5.1",
"expo": "^33.0.0",
"galio-framework": "^0.5.3",
"prop-types": "^15.7.2",
"react": "16.5.0",
"react-native": "https://github.com/expo/react-native/archive/sdk-32.0.0.tar.gz",
"react": "16.8.3",
"react-native": "https://github.com/expo/react-native/archive/sdk-33.0.0.tar.gz",
"react-native-modal-dropdown": "^0.6.2",
"react-navigation": "^3.8.1"
"react-navigation": "^3.11.0"
},
"devDependencies": {
"babel-preset-expo": "^5.0.0"