jaypoojara / video-fpv-test-task

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About


Languages

Language:TypeScript 58.1%Language:Java 22.3%Language:Ruby 7.1%Language:Objective-C 6.8%Language:Objective-C++ 3.4%Language:JavaScript 2.3%