|
3 | 3 | "private": true, |
4 | 4 | "description": "Expo app for conducting experiments of React Native behaviour.", |
5 | 5 | "version": "1.0.0", |
6 | | - "main": "index.js", |
| 6 | + "main": "node_modules/expo/AppEntry.js", |
7 | 7 | "scripts": { |
8 | 8 | "typecheck": "tsc -noEmit", |
9 | 9 | "start": "expo start", |
|
12 | 12 | "web": "expo start --web" |
13 | 13 | }, |
14 | 14 | "dependencies": { |
15 | | - "@react-navigation/native": "^6.1.6", |
16 | | - "@react-navigation/native-stack": "^6.9.12", |
17 | | - "expo": "^51.0.26", |
18 | | - "expo-status-bar": "~1.12.1", |
19 | | - "react": "18.2.0", |
20 | | - "react-native": "0.74.5", |
21 | | - "react-native-safe-area-context": "4.10.5", |
22 | | - "react-native-screens": "3.31.1" |
| 15 | + "@react-navigation/native": "^7.1.28", |
| 16 | + "@react-navigation/native-stack": "^7.12.0", |
| 17 | + "expo": "^54.0.33", |
| 18 | + "expo-status-bar": "~3.0.9", |
| 19 | + "react": "19.1.0", |
| 20 | + "react-native": "0.81.5", |
| 21 | + "react-native-safe-area-context": "~5.6.0", |
| 22 | + "react-native-screens": "~4.16.0" |
23 | 23 | }, |
24 | 24 | "devDependencies": { |
25 | | - "@babel/core": "^7.24.0", |
26 | | - "@types/react": "~18.2.79", |
27 | | - "typescript": "~5.3.3" |
| 25 | + "@babel/core": "^7.26.0", |
| 26 | + "@types/react": "~19.1.10", |
| 27 | + "typescript": "~5.9.2" |
28 | 28 | } |
29 | 29 | } |
0 commit comments