For Mac users
- Install homebrew: /bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/HEAD/install.sh)”
- Install Node: brew install node
- Install: brew install yarn
- Navigate to the project directory
- Install expo client: npm install -g expo-cli
- npm install -g npm@7.7.0
- yarn add expo or npm i expo
- Start: npm start
- Download Expo Go from the app store
- Create an account
- Scan QR code to test the app
For Windows users Requirements: Ensure Node is installed on the system Have a new folder with the app inside
- Open the command prompt and write ‘npm install’ to install project dependencies
- Navigate to the project directory
- In the command prompt run ‘npm install expo-cli’
- Download Expo Go from the app store
- Create an account
- Scan QR code to test the app