Skip to content

Latest commit

 

History

History
24 lines (17 loc) · 944 Bytes

INSTALL.md

File metadata and controls

24 lines (17 loc) · 944 Bytes

Hunter Codefest 2020-2021

Android Installation

APK Download

  • The APK file can be found in Builds/Andriod named myPAL.apk.
  • Download the apk file to an android device and install.
  • Run the app that was installed.

gif

React-Native Development Build Installation

  • Clone this repository.
  • Navigate to the myPAL directory.
  • Run npm i to install dependencies.

How to run iOS installation on MacOS

  • Run the following command: npx react-native run-ios
  • Warning: Requires a device with macOS and xCode.

How to run Android installation on Windows/Linux