2

When I first init a react-native project ,I can see new app running in my Android emulator.But when open "index.android.js" in my text editor of choice and edit some lines, select Reload from the Developer Menu .But i can't see any change.When I shut up the server and restart it ,I can see the change. why?

1
  • react-native 's version is 0.31.0 Commented Aug 10, 2016 at 7:14

1 Answer 1

4

The Same issue was coming in my project because server was shut down. so do not shut down your server while you are making some changes.if you shut down the server again use this command to rebuild and run: cd android && gradlew and then

cd .. && react-native run-android
Sign up to request clarification or add additional context in comments.

1 Comment

U saved my life bro tq so much for saving my time

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.