How to use hot reloading? #240
-
I understand that we can't use expo go but how to get hot reloading on mobile?
|
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
Hot reloading has nothing to do with Expo Go, @onurusluca. In our case, you need to generate the app first using |
Beta Was this translation helpful? Give feedback.
Hot reloading has nothing to do with Expo Go, @onurusluca. In our case, you need to generate the app first using
pnpm run ios
, and the app should be installed on your simulator. You can think of this app as your custom Expo Go. Then, runningpnpm run start
should work with hot reload the same way Expo Go work