Front-end of the PetAppy project.
An application to help when you lost your pet or find one and doesn't know who the owner is.
You need to have NPM installed - preferable version 7 or higher.
You gonna need to install the Android Studio to build the app on android devices, you can do that by following the official instructions.
npm install -g react-native-cli
Yarn is optional. It's good and recommended to use since it is faster than NPM.
Install yarn globally
$ npm install yarn -g
Install the dependencies
$ yarn
Install the dependencies
$ npm install
$ react-native start --reset-cache
This can be done using an emulated device or plugged cellphone with android.
Start the android avd
$ android avd
Build the app
$ react-native run-android