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
-
hey guys!
I'm using
expo-router
to 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