idk
This commit is contained in:
parent
0a53558d39
commit
4b14b478d0
File diff suppressed because it is too large
Load Diff
12
package.json
12
package.json
|
|
@ -9,10 +9,20 @@
|
||||||
"web": "expo start --web"
|
"web": "expo start --web"
|
||||||
},
|
},
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
|
"@material-native-ui/theme-provider": "^0.0.5",
|
||||||
|
"@react-native-async-storage/async-storage": "^1.17.11",
|
||||||
|
"@react-navigation/native": "^6.1.6",
|
||||||
|
"@react-navigation/native-stack": "^6.9.12",
|
||||||
|
"@rneui/themed": "^4.0.0-rc.7",
|
||||||
|
"@types/react-native": "^0.72.1",
|
||||||
"expo": "~48.0.15",
|
"expo": "~48.0.15",
|
||||||
"expo-status-bar": "~1.4.4",
|
"expo-status-bar": "~1.4.4",
|
||||||
"react": "18.2.0",
|
"react": "18.2.0",
|
||||||
"react-native": "0.71.8"
|
"react-native": "0.71.8",
|
||||||
|
"react-native-safe-area-context": "4.5.0",
|
||||||
|
"react-native-screens": "~3.20.0",
|
||||||
|
"react-native-theme-provider": "^0.0.2",
|
||||||
|
"react-router-native": "^6.11.2"
|
||||||
},
|
},
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"@babel/core": "^7.20.0",
|
"@babel/core": "^7.20.0",
|
||||||
|
|
|
||||||
File diff suppressed because it is too large
Load Diff
Loading…
Reference in New Issue