/f24-group18

Primary LanguageTypeScript

Oasis Project Fall 2024

Install the following:

  1. Install yarn:
  • brew install yarn (macOS)
  • winget install -e --id Yarn (Windows)
  1. npm install

  2. npx add expo (idk if this is correct im sorry if this messes things up)

  3. npx expo install react-native-vision-camera

  4. npx expo install expo-image-picker

  5. npm install -g eas-cli

  6. Log in to your Expo account:

    eas login
    
  7. eas build:configure

  8. Create a development build: eas build --platform ios --profile development

  9. Install the development build:

  • For iOS simulator:
    eas build:run --platform ios
    
  • For physical devices, follow the instructions provided by EAS after the build is complete.

To start:

npx expo start --dev-client