Parrot App

Getting Started

If you want to run the application on your local machine you have to setup the environment for react-native development. For this setup please follow the offical webiste: Install React-Native CLI

For checkout: git clone https://github.com/jaypoojara/parrot.git

After successful setting up react native and cloning this repository, you have to install node_modules and Pods for running app on ios/android

  1. use yarn install command to install node_modules
  2. use cd ios && pod install commnad to install Pods
  3. use yarn ios for running iOS simulator and use yarn android to running on Andorid emulator