- To get started, install expo ->
npm install -g expo-cli - Login Expo with
expo login - Generate a test app with
expo init MyApp - Edit
App.jsfile and start project withexpo startThis will start up Metro Server in your development machine. - To start and run on android
expo start --android.
Deploying to GitHub Pages: