Update project files
This commit is contained in:
17
package.json
17
package.json
@@ -4,15 +4,26 @@
|
||||
"main": "index.js",
|
||||
"scripts": {
|
||||
"start": "expo start",
|
||||
"android": "expo start --android",
|
||||
"ios": "expo start --ios",
|
||||
"android": "expo run:android",
|
||||
"ios": "expo run:ios",
|
||||
"web": "expo start --web"
|
||||
},
|
||||
"dependencies": {
|
||||
"@react-native-async-storage/async-storage": "^3.0.2",
|
||||
"@react-native-community/datetimepicker": "^9.1.0",
|
||||
"@react-navigation/bottom-tabs": "^7.16.0",
|
||||
"@react-navigation/native": "^7.2.4",
|
||||
"@react-navigation/stack": "^7.9.0",
|
||||
"expo": "~54.0.33",
|
||||
"expo-camera": "^55.0.18",
|
||||
"expo-status-bar": "~3.0.9",
|
||||
"react": "19.1.0",
|
||||
"react-native": "0.81.5"
|
||||
"react-native": "0.81.5",
|
||||
"react-native-gesture-handler": "^2.31.2",
|
||||
"react-native-reanimated": "^4.3.1",
|
||||
"react-native-safe-area-context": "^5.7.0",
|
||||
"react-native-screens": "^4.25.0",
|
||||
"react-native-worklets": "^0.8.3"
|
||||
},
|
||||
"private": true
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user