integrated dev
This commit is contained in:
parent
424407faf3
commit
4d745c4a3a
4 changed files with 206 additions and 2 deletions
|
|
@ -24,7 +24,9 @@
|
|||
"expo-font": "~11.4.0",
|
||||
"expo-linking": "~5.0.2",
|
||||
"expo-router": "^2.0.0",
|
||||
"expo-secure-store": "~12.3.1",
|
||||
"expo-splash-screen": "~0.20.5",
|
||||
"expo-sqlite": "~11.3.3",
|
||||
"expo-status-bar": "~1.6.0",
|
||||
"expo-system-ui": "~2.4.0",
|
||||
"expo-web-browser": "~12.3.2",
|
||||
|
|
@ -34,8 +36,8 @@
|
|||
"react-native-gesture-handler": "~2.12.0",
|
||||
"react-native-safe-area-context": "4.6.3",
|
||||
"react-native-screens": "~3.22.0",
|
||||
"react-native-web": "~0.19.6",
|
||||
"expo-secure-store": "~12.3.1"
|
||||
"react-native-uuid": "^2.0.1",
|
||||
"react-native-web": "~0.19.6"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@babel/core": "^7.20.0",
|
||||
|
|
|
|||
Reference in a new issue