polkawallet-io / polkadot-api-RN-debugging

Debugging the polkadot js api for React Native.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

polkadot js Api for React Native debugging

New the polkadot js Api is fully compatible with React Native.

Reference:
polkadot-js/api#481
polkadot-js/api#526

How to test

$ git clone https://github.com/polkawallet-io/polkadot-api-reactNative-debugging.git
$ yarn install
Start your Substrate local Node.
$ react-native start

With another terminal:

$ react-native run-android

iOS For:

$ react-native run-ios

With another terminal:

$ react-native log-android  // or ios

The effect :

Special thanks to : @polkadot{.js} & @jacogr

About

Debugging the polkadot js api for React Native.

License:Apache License 2.0


Languages

Language:JavaScript 45.9%Language:Objective-C 30.4%Language:Python 13.0%Language:Java 10.6%