This repository was archived by the owner on Mar 17, 2025. It is now read-only.
Replies: 1 comment
-
|
you can try Async Routes but it'll apply lazy loading to all routes and it's still an experimental feature |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
hey guys!
I'm using
expo-routerto create a bottom tab navigation. The problem I'm currently facing is that some routes are being switched to quicker than others depending on the complexity/data loaded. It's as if the router waits until the whole content of the route is ready before switching to that route. Is there a way to enable lazy loading for expo router? I'm using quite a standard implementation.I would like the loading part to be handled by the individual route after switching to it.
any help with this is appreciated, thanks!
Beta Was this translation helpful? Give feedback.
All reactions