Welcome to the Phore Mobile Wallet for iOS. This Wallet is built with React Native using the React-Native CLI and uses NativeBase.io.
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