Skip to content

Commit 3eae6de

Browse files
palingheorghepalingheorghe
authored andcommitted
packages updated
1 parent 5a00169 commit 3eae6de

2 files changed

Lines changed: 8 additions & 8 deletions

File tree

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": "32.0.0",
6+
"sdkVersion": "33.0.0",
77
"platforms": [
88
"ios",
99
"android"
1010
],
11-
"version": "1.0.0",
11+
"version": "1.1.0",
1212
"orientation": "portrait",
1313
"icon": "./assets/icon.png",
1414
"splash": {

package.json

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "argon-react-native",
3-
"version": "1.0.0",
3+
"version": "1.1.0",
44
"description": "Argon React Native, based on Argon Design System. Coded by Creative Tim",
55
"main": "node_modules/expo/AppEntry.js",
66
"scripts": {
@@ -14,13 +14,13 @@
1414
"url": "git+https://github.com/creativetimofficial/argon-react-native.git"
1515
},
1616
"dependencies": {
17-
"expo": "^32.0.0",
18-
"galio-framework": "^0.5.1",
17+
"expo": "^33.0.0",
18+
"galio-framework": "^0.5.3",
1919
"prop-types": "^15.7.2",
20-
"react": "16.5.0",
21-
"react-native": "https://github.com/expo/react-native/archive/sdk-32.0.0.tar.gz",
20+
"react": "16.8.3",
21+
"react-native": "https://github.com/expo/react-native/archive/sdk-33.0.0.tar.gz",
2222
"react-native-modal-dropdown": "^0.6.2",
23-
"react-navigation": "^3.8.1"
23+
"react-navigation": "^3.11.0"
2424
},
2525
"devDependencies": {
2626
"babel-preset-expo": "^5.0.0"

0 commit comments

Comments
 (0)