Skip to content

reconmap/mobile-client

Reconmap mobile app

This is the mobile client for Reconmap. You can install the app from the Android Play Store or build it and deploy it yourself.

How to run

$ npm install expo-cli --global
$ npm install
$ yarn start

# you can open iOS, Android, or web from here, or run them directly with the commands below.
$ yarn android
$ yarn ios
$ yarn web