A brief description of what this project does.
- Node.js (LTS)
- Xcode (Install through the Mac App Store)
- Xcode command line tools (Go to the Locations tab in the Xcode settings)
- watchman (Install using brew on Mac)
npx expo install expo-dev-client
npx expo start
After running the above command:
- The development server will start, and you'll see a QR code inside the terminal window.
- Scan that QR code to open the app on the device. On Android, use the Expo Go > Scan QR code option. On iOS, use the default camera app.
- To run the web app, press
win the terminal. It will open the web app in the default web browser.
npx expo run:ios
Examples of how to use the project.