Is expo router ready for production? #603
Replies: 1 comment
-
|
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
EvanBacon
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hello,
I recently discovered expo router and I am trying it out. So far there are a lot of undocumented/unimplemented features. It is understandable as it is pretty new. I also see that trying to use expo router only for file-based routing and using react navigation for layout and other functions creates conflicts as expo router uses react navigation under the hood.
We are supposed to be able to resort to react navigation directly when the concerned functionality is not in yet available as said here:
But I couldn't find in the documentation how that should be done, especially how to avoid conflicts with expo router's underlying react navigation uses.
Is the official position still against using expo router in production?
Thanks @EvanBacon and all the team for this library, this paradigm shift is very welcome on mobile.
Beta Was this translation helpful? Give feedback.
All reactions