diff --git a/samples/expo/app.json b/samples/expo/app.json index 59cc1cbcf2..d49b9c9dd5 100644 --- a/samples/expo/app.json +++ b/samples/expo/app.json @@ -46,7 +46,15 @@ } ], "./withSampleSentry.js", - "expo-router" + [ + "expo-router", + { + "asyncRoutes": { + "web": true, + "default": "development" + } + } + ] ] } }