集成了 OCAP JS SDK 的 React-Native 种子项目,使用
react-native-cli
初始化,APP 里面提供的界面可以看本文档末尾的截图。
For English documentation, please checkout README.md
git clone https://github.com/ArcBlock/ocap-react-native-starter.git
cd ocap-react-native-starter
yarn # npm install
react-native run-ios # You can use XCode if you are familiar
- SDK 初始化和封装:src/libs/ocap.js
- 基于 SDK 做查询:src/pages/Query/index.js
- 基于 SDK 做实时数据订阅:src/pages/Subscription/index.js