React Native front-end application for Prometheus.
To build and run the application for iOS, complete the following steps:
- Make sure all package dependencies are installed by running
yarn install
at the project root, followed byyarn bootstrap
. - Navigate to
ignite/packages/mobile/ios
and runpod install
. - Navigate to
ignite/packages/mobile
and runyarn run ios
.