Replies: 2 comments 1 reply
-
Unclear what "live reloading stopped working" means. Expo Router has no overlap with the Fast Refresh implementation. Perhaps you didn't setup the entry file in such a way where the root component could be updated when new files are added. |
Beta Was this translation helpful? Give feedback.
1 reply
-
I migrated from react-navigation to expo router and added |
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
-
I started a new project using
npx create-expo-app --template
and selecting the typescript template, then followed the steps in "Getting Started" to install expo-router and peer dependencies and configure the project. Upon adding expo-router, live reloading stopped working, meaning I could manually hit refresh to see changes but saving a file in the project would not cause a reload. I tried matching my config to the config created usingnpx create-expo-app -e with-router
but nothing got it to work.I was able to resolve this by using
npx create-expo-app -e with-router
and then adding typescript to the project but I spent a while trying to figure out what I was doing wrong. I'm partially curious about what the problem was, and also thought I would post this in case someone else is having a similar problem in the future.Beta Was this translation helpful? Give feedback.
All reactions