Pull Requests are welcome.
brew install watchman
npm install -g eas-cli
npm install
- You may need to change the
eas.projectId
inapp.config.ts
to match the project you have set up in your account. - Run
make build-dev
- When it is ready, download the build on your phone and install it.
- Run
make start
- Open the app on your device
Please run make check
and fix any errors before opening a pull request.
- Manually set the
"runtimeVersion"
inapp.json
to some a value like "52.0.17"
make build-ios-simulator
make start-ios-simulator