I have my project built with react native. In order to launch the application on android emulator, I run the following commands:
react-native start
react-native run-android
The application then launches on the emulator. But when I reload the application on emulator, I get the following error:
Any idea what can be done here so that application reloads properly.