https://github.com/selfkeyfoundation/identity-wallet-mobile
The React Native mobile application for SelfKey.
https://github.com/selfkeyfoundation/identity-wallet-mobile
Last synced: 9 months ago
JSON representation
The React Native mobile application for SelfKey.
- Host: GitHub
- URL: https://github.com/selfkeyfoundation/identity-wallet-mobile
- Owner: SelfKeyFoundation
- Created: 2018-03-12T05:35:09.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2023-07-24T11:59:33.000Z (about 3 years ago)
- Last Synced: 2024-04-23T22:17:04.198Z (over 2 years ago)
- Language: JavaScript
- Size: 107 MB
- Stars: 3
- Watchers: 9
- Forks: 7
- Open Issues: 53
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Identity wallet mobile
The React Native mobile application for SelfKey.
## Setup dev environment
There are some differences to setup iOS and Android environments, but for both envs you need to have the following:
* Node 10.16
* Yarn 1.18.0
### Android
Setting up the Android environment is support by MacOS, linux and windows.
You need the following:
* Android SDK
* Android Studio
### iOS
Setting up the iOS environment is just supported by MacOS, linux and windows are unable to compile and execute iOS projects.
You need the following:
* xCode 10.3
## How to run
All the commands must be executed from the root directory and it requires you development environment to be already setup.
### Android (Emulator)
* Open the android emulator
* yarn start
* yarn android
### iOS (Emulator)
* yarn start
* yarn ios --simulator "iPhone 11"
### Android (Real Device)
* yarn start
* yarn android
### iOS (Real device)
* yarn start
* yarn ios