Skip to content

Latest commit

 

History

History
43 lines (40 loc) · 1.25 KB

README.md

File metadata and controls

43 lines (40 loc) · 1.25 KB

Pre-requisite

  • You should have Expo Go application on your mobile device. It is available in both Google Play Store and App Store.
  • Optional but highly recommended: Download and Install AirDroid Cast on both your mobile device and PC/Laptop Device.

Local Build

  • Clone the project to your local machine
  • Install node_modules package
yarn install
yarn global add eas-cli

In the project directory, you can run:

  • For first run:
npm start

From here, if you cannot run Expo Go by scanning the QR Code, Ctrl + C and run npm run tunnel.

  • Runs the app in the development mode. Open it in the Expo app on your phone to view it.
npm start
  • Starts the dev server and tunnels the connection so you can access it anywhere, especially for WSL2.
npm run tunnel
  • Runs the app on an Android device or emulator.
npm run android
  • Runs the app on an iOS simulator.
npm run ios
  • Runs the app in the web browser.
npm run web

Tools and Technologies

For more information, see Packages and Dependencies