Repository for the IOTA Trinity Mobile Wallet. The application is built on React Native.
- NodeJS
- yarn
- React Native Dependencies
- If you are targeting iOS and are using Xcode 10+, please ensure that you have enabled the legacy build system.
- CocoaPods (iOS only)
After installing the shared dependencies, install the mobile dependencies:
yarn deps:mobile
Then, navigate to this directory:
cd src/mobile
Install additional dependencies with CocoaPods:
cd ios && pod install && cd ..
Run the application:
yarn ios:dev
Run the logger:
yarn log:ios
Run the application:
yarn android:dev
Run the logger:
yarn log:android