An open API service indexing awesome lists of open source software.

https://github.com/reconmap/mobile-client

React-native based mobile client for Reconmap
https://github.com/reconmap/mobile-client

android infosec mobile pentesting react-native security vulnerabilities

Last synced: 9 months ago
JSON representation

React-native based mobile client for Reconmap

Awesome Lists containing this project

README

          

# Reconmap mobile app

This is the mobile client for Reconmap. You can install the app from the [Android Play Store](https://play.google.com/store/apps/dev?id=8672700637626524650) or build it and deploy it yourself.

## How to run

```sh
$ 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
```