- Expo
$ yarn
This project uses react-native-dotenv to handle its environment variables. To configure this app, you need to create a /mobile-app/.env
file containing the following variables.
Variable | Example value | Description |
---|---|---|
HEX_API_URL |
http://myhostname/api |
Base URL to the Hex API |
# rendered on the web
$ expo start --web
# rendered on android(emulator needed https://docs.expo.dev/workflow/android-studio-emulator/)
$ expo start --android
Install the expo-cli (yarn global add expo-cli
).
You can package this app into an APK with the following command
$ expo build:android -t apk
TODO