react-native-rail-vision-thp

1. Installation

On the command prompt run the following commands

$ git clone git@github.com:Marturelo/react-native-rail-vision-thp.git

$ cd react-native-rail-vision-thp/

$ npm install

2. Simulate for iOS

$ cd ios && pod install

Method One

  • Open the project in Xcode from ios/react-native-rail-vision-thp.xcodeproj.

  • Hit the play button.

Method Two

  • Run the following command in your terminal.
$ react-native run-ios

3. Simulate for Android

  • Make sure you have an Android emulator installed and running.

  • Run the following command in your terminal.

$ react-native run-android