I am trying to run a react-native app I have created. I am getting the below screen when I run it initially in my phone.
I tried running the \"react-native
You must have download index.android.bundle file in your asset folder.
Open your project directory and shift key+ right click, open command prompt. Then paste this command :
react-native bundle --platform android --dev false --entry-file index.android.js --bundle-output android/app/src/main/assets/index.android.bundle --assets-dest android/app/src/main/res/