Skip to content

Commit 1aa9656

Browse files
fix(sample): Disable asyncRoutes for iOS in Expo configuration (#4702)
- Disabling the feature fixes expo/expo#35224
1 parent 052071e commit 1aa9656

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

samples/expo/app.json

+1
Original file line numberDiff line numberDiff line change
@@ -66,6 +66,7 @@
6666
{
6767
"asyncRoutes": {
6868
"web": true,
69+
"ios": false,
6970
"default": "development"
7071
}
7172
}

0 commit comments

Comments
 (0)