iOS & Android application on React Native. App allows reports creation, viewing list of other users reports, looking through the specific user reports.
In order to run the app you will need Node, Watchman, the React Native command line interface, and Xcode. Please, follow the official React Native documentation guides to install all required dependencies.
After getting all necessary tools, follow the next steps:
cd to the directory where you will store the project and git clone the repo
git clone https://github.com/vetkamak/planto.git
Go to the project folder:
cd planto
Type the following command in terminal:
npm install
To run the app use the command:
for iOS
react-native run-ios
for Android
react-native run-android