|
|
|
@ -12,25 +12,25 @@
|
|
|
|
|
"dependencies": {
|
|
|
|
|
"@react-navigation/native": "^6.1.14",
|
|
|
|
|
"@react-navigation/native-stack": "^6.9.22",
|
|
|
|
|
"expo": "~50.0.8",
|
|
|
|
|
"expo-av": "~13.10.5",
|
|
|
|
|
"expo-barcode-scanner": "~12.9.3",
|
|
|
|
|
"expo-camera": "~14.0.5",
|
|
|
|
|
"expo-haptics": "~12.8.1",
|
|
|
|
|
"expo": "~51.0.8",
|
|
|
|
|
"expo-av": "~14.0.5",
|
|
|
|
|
"expo-barcode-scanner": "~13.0.1",
|
|
|
|
|
"expo-camera": "~15.0.9",
|
|
|
|
|
"expo-haptics": "~13.0.1",
|
|
|
|
|
"expo-permissions": "^14.4.0",
|
|
|
|
|
"expo-status-bar": "~1.11.1",
|
|
|
|
|
"expo-status-bar": "~1.12.1",
|
|
|
|
|
"react": "18.2.0",
|
|
|
|
|
"react-native": "0.73.4",
|
|
|
|
|
"react-native": "0.74.1",
|
|
|
|
|
"react-native-base64": "^0.2.1",
|
|
|
|
|
"react-native-polyfill-globals": "^3.1.0",
|
|
|
|
|
"react-native-safe-area-context": "4.8.2",
|
|
|
|
|
"react-native-screens": "~3.29.0",
|
|
|
|
|
"react-native-safe-area-context": "4.10.1",
|
|
|
|
|
"react-native-screens": "~3.31.1",
|
|
|
|
|
"text-encoding": "^0.7.0",
|
|
|
|
|
"zustand": "^4.5.2"
|
|
|
|
|
},
|
|
|
|
|
"devDependencies": {
|
|
|
|
|
"@babel/core": "^7.20.0",
|
|
|
|
|
"@types/react": "~18.2.45",
|
|
|
|
|
"@types/react": "~18.2.79",
|
|
|
|
|
"@types/react-native-base64": "^0.2.2",
|
|
|
|
|
"typescript": "^5.1.3"
|
|
|
|
|
},
|
|
|
|
|