I\'m trying to run my first React Native project for first time on my device (Android 4.2.2).
And I get:
unable to load script from assets in
Make sure metro builder is running to make your physical device and server sync
First, run this command to run metro builder
npm start
Then you can start the build in react native
react-native run-android
Their should be no error this time. If you want your code to be live reload on change. Shake your device and then tap Enable Live Reload