#Proyectos creados con react native usando hooks
cd nombre_proyecto
npm install
npx react-native run-android
#ejecutar emulador desde cmd
emulator -avd Pixel_3a_API_30_x86
#repo react-native-debugger https://github.com/jhen0409/react-native-debugger
#repo de programa para conectar teléfono por usb y visualizarlo en la pc https://github.com/jhen0409/react-native-debugger/releases
npm i -g expo-cli
npx create-expo-app my-app
cd my-app
expo start
Run rm -rf .git inside the expo folder.