Skip to content

Latest commit

 

History

History
65 lines (42 loc) · 646 Bytes

File metadata and controls

65 lines (42 loc) · 646 Bytes

SkinTrack

Mobile app built with Expo and React Native.

Install

make install

Configure environment

Create your local env file:

cp .env.example .env.local

Required variables:

  • EXPO_PUBLIC_API_URL
  • EXPO_PUBLIC_GOOGLE_IOS_CLIENT_ID
  • EXPO_PUBLIC_GOOGLE_ANDROID_CLIENT_ID

Google sign-in requires both mobile client IDs.

Run the app

Run on iOS:

make run-ios

Run on Android:

make run-android

Useful commands

Lint:

make lint

Prettier:

make prettier

Clear Expo cache:

make cache

List available commands:

make help