mirror of
https://github.com/fergalmoran/argon-react-native.git
synced 2026-01-07 00:56:25 +00:00
Expo SDK37 updated
This commit is contained in:
5
app.json
5
app.json
@@ -3,7 +3,7 @@
|
||||
"name": "Argon FREE React Native",
|
||||
"slug": "argon-free-react-native",
|
||||
"privacy": "public",
|
||||
"sdkVersion": "36.0.0",
|
||||
"sdkVersion": "37.0.0",
|
||||
"platforms": [
|
||||
"ios",
|
||||
"android"
|
||||
@@ -24,6 +24,7 @@
|
||||
],
|
||||
"ios": {
|
||||
"supportsTablet": true
|
||||
}
|
||||
},
|
||||
"description": "Argon React Native, based on Argon Design System. Coded by Creative Tim"
|
||||
}
|
||||
}
|
||||
|
||||
20
package.json
20
package.json
@@ -14,27 +14,27 @@
|
||||
"url": "git+https://github.com/creativetimofficial/argon-react-native.git"
|
||||
},
|
||||
"dependencies": {
|
||||
"@react-native-community/masked-view": "0.1.5",
|
||||
"@react-native-community/masked-view": "0.1.6",
|
||||
"@react-navigation/bottom-tabs": "^5.0.6",
|
||||
"@react-navigation/compat": "^5.0.0",
|
||||
"@react-navigation/drawer": "5.0.0",
|
||||
"@react-navigation/native": "5.0.0",
|
||||
"@react-navigation/stack": "5.0.0",
|
||||
"expo": "^36.0.0",
|
||||
"expo-asset": "~8.0.0",
|
||||
"expo-font": "~8.0.0",
|
||||
"expo": "^37.0.0",
|
||||
"expo-asset": "~8.1.5",
|
||||
"expo-font": "~8.1.0",
|
||||
"galio-framework": "^0.6.3",
|
||||
"prop-types": "^15.7.2",
|
||||
"react": "16.9.0",
|
||||
"react-native": "https://github.com/expo/react-native/archive/sdk-36.0.1.tar.gz",
|
||||
"react-native-gesture-handler": "~1.5.0",
|
||||
"react-native": "https://github.com/expo/react-native/archive/sdk-37.0.1.tar.gz",
|
||||
"react-native-gesture-handler": "~1.6.0",
|
||||
"react-native-modal-dropdown": "^0.7.0",
|
||||
"react-native-reanimated": "~1.4.0",
|
||||
"react-native-safe-area-context": "0.6.0",
|
||||
"react-native-screens": "2.0.0-alpha.12"
|
||||
"react-native-reanimated": "~1.7.0",
|
||||
"react-native-safe-area-context": "0.7.3",
|
||||
"react-native-screens": "~2.2.0"
|
||||
},
|
||||
"devDependencies": {
|
||||
"babel-preset-expo": "^7.0.0"
|
||||
"babel-preset-expo": "^8.1.0"
|
||||
},
|
||||
"keywords": [
|
||||
"argon react native",
|
||||
|
||||
Reference in New Issue
Block a user