/openList

Primary LanguageJavaScript

Requirements (iOS):

  • react-native-cli v2.0 and higher
    • For more information on this, check the documentation on Facebook/RN
  • cocoapods
    • Install by using this command $ sudo gem install cocoapods
  • XCode 10.1 and higher
  • node (npm and yarn) v2.0 and higher
    • Install rnpm using $ npm install rnpm -g
  • git

Run the application

STEP 1:

First clone the project using git clone https://github.com/jerryheir/openList.git

STEP 2:

Use command cd openList to go into project and then yarn install

STEP 3:

Use command cd ios && pod install

STEP 4:

Use command cd .. to go back to the project root directory.

STEP 5:

Run the project on a simulator using react-native run-ios

NOTE: iOS development is highly recommended to be done only on a macOS (No shortcut)

Requirements (Android):

  • react-native-cli v2.0 and higher
    • For more information on this, check the documentation on Facebook/RN
  • Android SDK and java jdk 8
  • node (npm and yarn) v2.0 and higher
    • Install rnpm using $ npm install rnpm -g
  • git

Run the application

STEP 1:

First clone the project using git clone https://github.com/jerryheir/openList.git

STEP 2:

Use command cd openList to go into project and then yarn install

STEP 3:

First make sure an emulator is running, then run project using react-native run-android

Build (iOS):

  • This can only be done using XCode by an iOS expert.
    • Requires a signed Apple Developer account and to be connected through XCode
    • Create Build in send through XCode to Apple account
    • Send Application for Apple Review

Build (Android):

Kindly use the Documentation here: Publishing to Google PlayStore