Comment gérer le projet de réact natif nu

//first run the RN project
npx react-native start

//Then run with emulator 
npx react-native run-android
Unsightly Unicorn