|
2 | 2 | "name": "react-native-nitro-notification-example", |
3 | 3 | "version": "0.0.1", |
4 | 4 | "private": true, |
| 5 | + "description": "React Native Nitro Notification Example", |
| 6 | + "type": "module", |
5 | 7 | "scripts": { |
6 | 8 | "android": "react-native run-android", |
7 | | - "ios": "react-native run-ios", |
8 | | - "start": "node tools/metro.ts", |
9 | | - "pod": "cd ios && pod install", |
10 | 9 | "build:android": "react-native build-android --extra-params \"--no-daemon --console=plain -PreactNativeArchitectures=arm64-v8a\"", |
11 | 10 | "build:ios": "react-native build-ios --mode Debug", |
| 11 | + "ios": "react-native run-ios", |
| 12 | + "maestro": "node tools/maestro.ts", |
| 13 | + "pod": "cd ios && pod install", |
12 | 14 | "push-relay": "node --env-file .env.push tools/push-relay.ts", |
13 | | - "maestro": "node tools/maestro.ts" |
| 15 | + "start": "node tools/metro.ts" |
14 | 16 | }, |
15 | 17 | "dependencies": { |
16 | | - "@react-navigation/native": "^7.2.5", |
17 | | - "@react-navigation/native-stack": "^7.16.0", |
| 18 | + "@react-navigation/native": "^7.3.2", |
| 19 | + "@react-navigation/native-stack": "^7.17.4", |
18 | 20 | "react": "19.2.3", |
19 | | - "react-native": "0.85.3", |
| 21 | + "react-native": "0.86.0", |
20 | 22 | "react-native-nitro-modules": "^0.35.9", |
21 | 23 | "react-native-safe-area-context": "^5.8.0", |
22 | 24 | "react-native-screens": "^4.25.2" |
|
28 | 30 | "@react-native-community/cli": "20.1.3", |
29 | 31 | "@react-native-community/cli-platform-android": "20.1.3", |
30 | 32 | "@react-native-community/cli-platform-ios": "20.1.3", |
31 | | - "@react-native/babel-preset": "0.85.3", |
32 | | - "@react-native/jest-preset": "0.85.3", |
33 | | - "@react-native/metro-config": "0.85.3", |
34 | | - "@react-native/typescript-config": "0.85.3", |
| 33 | + "@react-native/babel-preset": "0.86.0", |
| 34 | + "@react-native/jest-preset": "0.86.0", |
| 35 | + "@react-native/metro-config": "0.86.0", |
| 36 | + "@react-native/typescript-config": "0.86.0", |
35 | 37 | "@types/react": "^19.2.17", |
36 | 38 | "babel-plugin-react-compiler": "1.0.0", |
37 | 39 | "execa": "^9.6.1", |
38 | | - "react-native-builder-bob": "^0.41.0", |
| 40 | + "react-native-builder-bob": "^0.42.1", |
39 | 41 | "react-native-monorepo-config": "^0.3.5" |
40 | 42 | }, |
41 | 43 | "engines": { |
|
0 commit comments