0

I'm working on an app that was developed by someone else and referred to me for debugging. I downloaded the project from git and now when I install it on my android device using the react-native run-android command and change the codes and save it, nothing happens in the app and I have to reinstall using "react-native run-android" to see the changes. what should I do to see the changes online?

Elessar
  • 93
  • 2
  • 11

2 Answers2

1

The solution was quite simple. The only thing I had to do was to shake the device and click on "enable hot reloading" in the opened menu.

Elessar
  • 93
  • 2
  • 11
0

Try to clean the Gradle and run again. and also check are you able to get developer menu by clicking ctrl/command + m.

Rajan
  • 1,512
  • 2
  • 14
  • 18