Skip to content

Latest commit

 

History

History
47 lines (23 loc) · 631 Bytes

README.md

File metadata and controls

47 lines (23 loc) · 631 Bytes

Phore-iOS

Welcome to the Phore Mobile Wallet for iOS. This Wallet is built with React Native using the React-Native CLI and uses NativeBase.io.

Getting Started

Make sure you have the react native cli installed. You should also have [yarn](https://yarnpkg.com installed on your system.


npm install -g react-native-cli

Then clone and install packages.


git clone https://github.com/phoreproject/Phore-iOS.git

cd Phore-iOS

yarn

react-native link 

npm install

To run the Wallet in iOS:


react-native run-ios

You can also run the Wallet in Android:


react-native run-android