Reputation: 31
I'm new in expo router (and react native in general) need to know how to convert a existing react native navigation app to expo router app (I got this task for a existing app that is 1 year old using react native navigation), Expo docs not a beginner-friendly
I have a big index.tsx
in AppNavigator
folder (Its a 1 year project in react navigation that I need to change to expo router)
And im not sure where to start or how to do that anyone try to do it before?
Upvotes: 0
Views: 272
Reputation: 1877
There is a migration guide in Expo documentation pages: https://docs.expo.dev/router/migrate/from-react-navigation/
Start with reading a Recomendations section and then follow up rest of the migration guide.
I consider the guide quite straightforward. Nevertheless, navigation in some applications could be quite complex and migration could be challanging in those cases.
Upvotes: 0