|
13 | 13 | "export": "expo export --dump-sourcemap --clear --platform all", |
14 | 14 | "export:web": "expo export --dump-sourcemap --clear --platform web", |
15 | 15 | "prebuild": "expo prebuild --clean --no-install", |
16 | | - "set-version": "npx react-native-version --skip-tag --never-amend" |
| 16 | + "set-version": "npx react-native-version --skip-tag --never-amend", |
| 17 | + "eas-build-pre-install": "corepack enable && yarn install --no-immutable --inline-builds && yarn workspace @sentry/react-native build" |
17 | 18 | }, |
18 | 19 | "dependencies": { |
19 | 20 | "@sentry/react-native": "6.11.0-beta.0", |
20 | 21 | "@types/react": "~18.3.12", |
21 | | - "expo": "~52.0.41", |
| 22 | + "expo": "~52.0.42", |
22 | 23 | "expo-constants": "~17.0.8", |
23 | 24 | "expo-image-picker": "~16.0.5", |
24 | 25 | "expo-linking": "~7.0.5", |
25 | 26 | "expo-router": "~4.0.19", |
26 | 27 | "expo-status-bar": "~2.0.1", |
| 28 | + "expo-updates": "~0.27.4", |
27 | 29 | "expo-web-browser": "^14.0.2", |
28 | 30 | "react": "18.3.1", |
29 | 31 | "react-dom": "18.3.1", |
30 | | - "react-native": "0.76.7", |
| 32 | + "react-native": "0.76.8", |
31 | 33 | "react-native-gesture-handler": "~2.20.2", |
32 | 34 | "react-native-safe-area-context": "4.12.0", |
33 | 35 | "react-native-screens": "~4.4.0", |
|
0 commit comments