/proxifyTest

Primary LanguageTypeScript

Requirements (iOS):

  • react-native-cli v2.0 and higher
    • For more information on this, check the documentation on Facebook/RN
  • cocoapods (FOR IOS ONLY)
    • Install by using this command $ sudo gem install cocoapods
  • XCode 10.1 and higher (FOR IOS ONLY)
  • node (npm and yarn) v2.0 and higher
  • Android SDK and java jdk 8 (FOR ANDROID ONLY)
  • git

Run the application

STEP 1:

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

STEP 2:

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

STEP 3:

Run the project on a terminal using react-native run-ios for iOS and react-native run-android for android.

NOTE: iOS development is highly recommended to be done only on a macOS (No shortcut), and an android emulator should be open before running for 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