Cennznet Identity Application is a mobile application that helps users to manage accounts and sign extrinsic(transaction) on CENNZnet.
Environment: gem v2.5.2.3+
and pod v1.8.4+
brew install cocoapods
if pod is not installedbrew install brew-gem
if gem is not installednpm install -g react-native-cli
if React Native CLI is not installed
For iOS
- Xcode installed
- Java Development Kit installed
For Android
- Android SDK installed
For JDK
- [JDK]Please make sure the version of JDK is 11 (recommened) or 12. Gradle error occurs in JDK 13.
yarn install
Go to ios
folder and run the command:
pod install
yarn run start
In another terminal tab,
react-native run-ios
react-native run-android