This repo is created from the boilerplate iginte please refer to this document about how this project is structure a link
- create your .env file in the repo
AUTH0_DOMAIN=<-your-auth0-domain->
AUTH0_CLIENT_ID=<-your-auth0-client-id->
- Start react native metro server
npm run start
- Start ios app
npm run ios
- Start android app
npm run ios
- adb reverse proxy
adb reverse tcp:5000 tcp:5000
or
adb -s emulator-5554 reverse tcp:5000 tcp:5000