This package serve for building sndit mobile app that can be used with sndit-backend
This package uses the following dependencies:
- React Native let you create mobile native app with javascript
- Expo a SDK that make react native development easier
- React Navigation for navigation between screen
- react-hook-form for form state management
- yup for form validation
Name | Type | Default | Description |
---|---|---|---|
APP_VARIANT | simulator , development , preview , release |
development |
Determine which version your app would when it is built |
EXPO_PUBLIC_API_URL | string |
null |
The backend server api url to call |
EXPO_PROJECT_ID | string |
null |
The project id on expo |