Skip to content

digidem/comapeo-mobile

Repository files navigation

CoMapeo Mobile

The next version of Mapeo Mobile

How to run on Android

  1. Pre-requisites:

  2. Install deps: npm install

  3. (optional) Start the React Native process: npm run start

  4. Build and run the Android app: npm run android

    • This will start the React Native process if step (3) was skipped
    • IMPORTANT: Java 17 is required to build the app.