1

I have created a React Native Project in windows system and able to launch the app on android device using react-native run-android. But when i edit the app.js file, the changes are not reflected in the mobile app. it always showing the below default text. Welcome to React Native! To get started, edit App.js Double tap R on your keyboard to reload,Shake or press menu button for dev menu. How to resolve the above issue.

2
  • If you close the app and run again react-native run-android did you see your changes ? Commented Oct 26, 2018 at 13:45
  • Some times it ma occur cache, but it accept its is a first step, But you need to do things 1. react-native start --reset-cache Commented Oct 26, 2018 at 13:49

1 Answer 1

1

Maybe you need to enable hot reloading and live reloading from the developer menu, press CTRL+M on Windows, or Cmd+M on Mac while your focus is the virtual device. Details here

Sign up to request clarification or add additional context in comments.

Comments

Your Answer

By clicking “Post Your Answer”, you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.