TALHA001
TALHA001

Reputation: 151

Cannot Reload React Native App on Mobile Using Expo

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

See this Image

Upvotes: 2

Views: 5805

Answers (2)

mahsa k
mahsa k

Reputation: 655

you can press refresh like below image to reload app in phone

https://docs.expo.io/versions/latest/workflow/up-and-running/

enter image description here

Upvotes: 2

TALHA001
TALHA001

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

Related Questions