|
12 | 12 | "build:ios": "cd ios && xcodebuild -workspace SampleApp.xcworkspace -scheme SampleApp -configuration Debug -sdk iphonesimulator CC=clang CPLUSPLUS=clang++ LD=clang LDPLUSPLUS=clang++ GCC_OPTIMIZATION_LEVEL=0 GCC_PRECOMPILE_PREFIX_HEADER=YES ASSETCATALOG_COMPILER_OPTIMIZATION=time DEBUG_INFORMATION_FORMAT=dwarf COMPILER_INDEX_STORE_ENABLE=NO" |
13 | 13 | }, |
14 | 14 | "dependencies": { |
15 | | - "@react-native-async-storage/async-storage": "^1.23.1", |
16 | | - "@react-navigation/native": "^6.1.17", |
17 | | - "@react-navigation/stack": "^6.3.29", |
| 15 | + "@react-native-async-storage/async-storage": "^1.24.0", |
| 16 | + "@react-navigation/native": "^6.1.18", |
| 17 | + "@react-navigation/stack": "^6.4.1", |
18 | 18 | "react": "18.2.0", |
19 | 19 | "react-native": "0.74.1", |
20 | | - "react-native-gesture-handler": "^2.13.3", |
| 20 | + "react-native-gesture-handler": "^2.18.1", |
21 | 21 | "react-native-permissions": "^4.1.5", |
22 | | - "react-native-safe-area-context": "^4.10.1", |
23 | | - "react-native-screens": "^3.31.1", |
| 22 | + "react-native-safe-area-context": "^4.10.8", |
| 23 | + "react-native-screens": "^3.33.0", |
24 | 24 | "react-native-select-dropdown": "^4.0.1", |
25 | | - "react-native-snackbar": "^2.6.2" |
| 25 | + "react-native-snackbar": "^2.7.1" |
26 | 26 | }, |
27 | 27 | "devDependencies": { |
28 | 28 | "@babel/core": "^7.20.0", |
29 | 29 | "@babel/preset-env": "^7.20.0", |
30 | 30 | "@babel/runtime": "^7.20.0", |
31 | | - "@react-native/babel-preset": "0.74.83", |
32 | | - "@react-native/metro-config": "0.74.83", |
33 | | - "@react-native/typescript-config": "0.74.83", |
| 31 | + "@react-native/babel-preset": "0.74.86", |
| 32 | + "@react-native/metro-config": "0.74.86", |
| 33 | + "@react-native/typescript-config": "0.74.86", |
34 | 34 | "babel-plugin-module-resolver": "^5.0.0" |
35 | 35 | }, |
36 | 36 | "engines": { |
|
0 commit comments