This is a mobile app for nepalmap-app, which was initiated to tend to the issue. It is currently under active development. Only tested on android so far.
Install dependencies
$ npm install
Start the development server.
$ npm start
We use eslint for linting solution and prettier for formatting to ensure consistency. Before submitting pull request, we strongly recommend running linter and formatter and make sure there are no potential errors and inconsistencies.
Run linter
$ npm run lint
Run formatter
$ npm run format
This project was bootstrapped with Create React Native App.
You'll find information about performing common tasks. The most recent version of this guide is available here.