0
votes

I am getting these errors ;

java.lang.RuntimeException: Unable to load script. Make sure you're either running a Metro server (run 'react-native start') or that your bundle 'index.android.bundle' is packaged correctly for release.

1
stackoverflow.com/help/how-to-ask please provide more info for us to help properly. Does this happens when you start your application or in runtime?yesIamFaded
it happens when i start the applicationjithin mp

1 Answers

1
votes

Open up a new tab in the terminal and in your project folder type react-native-start and then go back to the other tab and run your project by typing react-native run-android

By using react-native start you will see the metro bundler starting up and running. If you want to clear the metro cache then type the below in your project directory

react-native start --reset-cache