A base app in React Native with a ready-to-use development infrastructure.
This project requires Node to be installed on your machine.
- Install dependencies with
make install
. - Start the Expo server with
make dev
.
Expo CLI must be installed on your machine for building APK/IPA's. You must also be a registered user on Expo.
- Run
make build-ios
ormake build-android
to initiate an Expo build for iOS or Android, respectively. - The terminal will show a URL to the initiated build job on Expo - go to this URL to see the progress and download the completed APK/IPA build.