cómo ejecutar el proyecto nativo react nativo
//first run the RN project
npx react-native start
//Then run with emulator
npx react-native run-android
Unsightly Unicorn
//first run the RN project
npx react-native start
//Then run with emulator
npx react-native run-android