Skip to content

Commit 052071e

Browse files
chore(sample): Update Expo and related dependencies to doctor recommended versions (#4701)
1 parent 0c32605 commit 052071e

3 files changed

Lines changed: 672 additions & 393 deletions

File tree

samples/expo/app.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@
33
"name": "sentry-react-native-expo-sample",
44
"slug": "sentry-react-native-expo-sample",
55
"jsEngine": "hermes",
6+
"newArchEnabled": true,
67
"scheme": "sentry-expo-sample",
78
"version": "6.11.0-beta.0",
89
"orientation": "portrait",
@@ -71,4 +72,4 @@
7172
]
7273
]
7374
}
74-
}
75+
}

samples/expo/package.json

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -18,19 +18,19 @@
1818
"dependencies": {
1919
"@sentry/react-native": "6.11.0-beta.0",
2020
"@types/react": "~18.3.12",
21-
"expo": "^52.0.0",
22-
"expo-constants": "~17.0.3",
21+
"expo": "~52.0.41",
22+
"expo-constants": "~17.0.8",
2323
"expo-image-picker": "~16.0.5",
24-
"expo-linking": "~7.0.2",
25-
"expo-router": "~4.0.5",
26-
"expo-status-bar": "~2.0.0",
24+
"expo-linking": "~7.0.5",
25+
"expo-router": "~4.0.19",
26+
"expo-status-bar": "~2.0.1",
2727
"expo-web-browser": "^14.0.2",
2828
"react": "18.3.1",
2929
"react-dom": "18.3.1",
30-
"react-native": "0.76.1",
30+
"react-native": "0.76.7",
3131
"react-native-gesture-handler": "~2.20.2",
3232
"react-native-safe-area-context": "4.12.0",
33-
"react-native-screens": "~4.0.0",
33+
"react-native-screens": "~4.4.0",
3434
"react-native-web": "~0.19.13",
3535
"typescript": "^5.3.2"
3636
},

0 commit comments

Comments
 (0)