Skip to content

Commit 3233c06

Browse files
misc(expo): Enable bundle splitting in Expo sample application (#3662)
1 parent cac40e6 commit 3233c06

File tree

1 file changed

+9
-1
lines changed

1 file changed

+9
-1
lines changed

samples/expo/app.json

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,15 @@
4646
}
4747
],
4848
"./withSampleSentry.js",
49-
"expo-router"
49+
[
50+
"expo-router",
51+
{
52+
"asyncRoutes": {
53+
"web": true,
54+
"default": "development"
55+
}
56+
}
57+
]
5058
]
5159
}
5260
}

0 commit comments

Comments
 (0)