Skip to content
This repository has been archived by the owner on Sep 24, 2020. It is now read-only.

Detailed Build How To

Jonas Geschke edited this page Mar 20, 2018 · 7 revisions

Prerequisites (macOS)

  • Download and install latest Node and NPM with it.
  • Install React Native CLI npm install -g react-native-cli
  • Download and Install Xcode
  • Install Git

Setup

  1. Clone Project git clone https://github.com/Y0nnyy/passman-ios.git
  2. Run npm install in the folder

Running on simulator

Run npm start and react-native run-ios

Running on device

See the detailed instuctions on the react native documents page

Clone this wiki locally