/organilog-react-native

Primary LanguageJavaScriptApache License 2.0Apache-2.0

App Origanilog

Origanilog

Get Started

1. System Requirements

2. Installation

On the command prompt run the following commands

$ git clone git@gitlab.com:Ant-Tech-Devs/organilog.git
$ cd organilog/
$ npm install or yarn install
$ react-native link

CodePush plugin installation and key deployment.

3. Simulate for iOS

Method One

  • Open the project in XCode from ios/Organilog.xcodeproj
  • Hit the play button.

Method Two

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

4. Simulate for Android

  • Make sure you have an Android emulator installed and running.
  • Run the following command in your terminal
    $ react-native run-android

Note: If you are building Origanilog for first time on your system, please follow Method One to simulate on iOS. (To link the CodePush plugin through Xcode for iOS).