Reputation: 496
Firstly react-native install and then create a project, this problem are created to the run time in android phone.
I got this error :
Error : index.android.bundle (run 'react-native' start)
Upvotes: 0
Views: 113
Reputation: 21691
This error occurs when your device lost connection from the system for that you just need to run react-native run-android
and the connection will establish again.
For more and detailed info check this
Upvotes: 1