Install Expo Tools
Install React Native Tools
In the command propmt inside of the project folder run npm install
.
Then run npx expo install
.
Login to Expo Go with npx expo login
.
Then run npx expo start
for debugging/development.
Install eas-cli npm install -g eas-cli
.
Build with eas build -p android --profile preview
.