Reputation: 151
I am new to React Native, I am using Expo for building react native project and when I make any change in app I can see reload message in browser but the app does not reload in mobile (Note: I am using android mobile). TIA
Upvotes: 2
Views: 5805
Reputation: 655
you can press refresh like below image to reload app in phone
https://docs.expo.io/versions/latest/workflow/up-and-running/
Upvotes: 2
Reputation: 151
Fixed it I had both Hot Reloading and Live Reload enabled in Expo Mobile App. I turned off Live Reload. Now its working great using Tunnel option. Thanks for help @kivul
Upvotes: 1