Aegisum mobile wallet working on React Native
These instructions will get you a copy of the project up and running on your local machine for development and testing purposes. See Installation
for notes on how to deploy the project on your system.
- Node 4.x or higher
- React Native for development
- Xcode for iOS development (optional)
- Android SDK for Android development (optional)
- Android Lollipop or higher for Android device testing (optional)
Clone repository:
git clone [link]
Install node modules:
yarn install
Install pod dependencies for IOS:
&& cd ios && pod install && cd ..
Refactor libraries to AndroidX:
npx jetify
Once dependencies are installed, run the starter kit with:
yarn start
This will start the React Packager.
Open workspace ios/aokey.xcworkspace
in Xcode, build and run the project (⌘+R).
For android development use the following:
react-native run-android