launch bare react-native code example
Example: how to run bare react-native project
//first run the RN project
npx react-native start
//Then run with emulator
npx react-native run-android
//first run the RN project
npx react-native start
//Then run with emulator
npx react-native run-android