|
10 | 10 | "build:ios": "react-native build-ios --scheme IosContextMenuExample --mode Debug --extra-params \"-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\"" |
11 | 11 | }, |
12 | 12 | "dependencies": { |
13 | | - "@react-navigation/bottom-tabs": "^6.6.1", |
14 | | - "@react-navigation/native": "^6.1.18", |
15 | | - "@react-navigation/native-stack": "^6.11.0", |
16 | | - "@shopify/flash-list": "^1.7.1", |
| 13 | + "@react-navigation/bottom-tabs": "^7.2.1", |
| 14 | + "@react-navigation/native": "^7.0.15", |
| 15 | + "@react-navigation/native-stack": "^7.2.1", |
17 | 16 | "react": "18.3.1", |
18 | | - "react-native": "0.75.2", |
19 | | - "react-native-ios-utilities": ">=5.1.0", |
20 | | - "react-native-reanimated": "^3.15.2", |
21 | | - "react-native-safe-area-context": "^4.10.9", |
22 | | - "react-native-screens": "^3.35.0" |
| 17 | + "react-native": "0.77.1", |
| 18 | + "react-native-codegen": "^0.70.7", |
| 19 | + "react-native-safe-area-context": "^5.3.0", |
| 20 | + "react-native-screens": "^4.9.2" |
23 | 21 | }, |
24 | 22 | "devDependencies": { |
25 | | - "@babel/core": "^7.20.0", |
26 | | - "@babel/preset-env": "^7.20.0", |
27 | | - "@babel/runtime": "^7.20.0", |
28 | | - "@react-native/babel-preset": "0.75.2", |
29 | | - "@react-native/metro-config": "0.75.2", |
30 | | - "@react-native/typescript-config": "0.75.2", |
31 | | - "react-native-builder-bob": "^0.30.0" |
| 23 | + "@babel/core": "^7.25.2", |
| 24 | + "@babel/preset-env": "^7.25.3", |
| 25 | + "@babel/runtime": "^7.25.0", |
| 26 | + "@react-native-community/cli": "15.0.1", |
| 27 | + "@react-native-community/cli-platform-android": "15.0.1", |
| 28 | + "@react-native-community/cli-platform-ios": "15.0.1", |
| 29 | + "@react-native/babel-preset": "0.77.1", |
| 30 | + "@react-native/eslint-config": "0.77.1", |
| 31 | + "@react-native/metro-config": "0.77.1", |
| 32 | + "@react-native/typescript-config": "0.77.1", |
| 33 | + "@types/jest": "^29.5.13", |
| 34 | + "@types/react": "^18.2.6", |
| 35 | + "@types/react-test-renderer": "^18.0.0", |
| 36 | + "babel-plugin-module-resolver": "^5.0.0", |
| 37 | + "eslint": "^8.19.0", |
| 38 | + "jest": "^29.6.3", |
| 39 | + "prettier": "2.8.8", |
| 40 | + "react-native-builder-bob": "^0.37.0", |
| 41 | + "react-native-ios-utilities": ">=5.1.0", |
| 42 | + "react-test-renderer": "18.3.1", |
| 43 | + "typescript": "5.0.4" |
32 | 44 | }, |
33 | 45 | "engines": { |
34 | 46 | "node": ">=18" |
|
0 commit comments