react-native-gcy-datakit
v2.0.1
Published
A ReactNative yuque Component for android and iOS
Downloads
2
Maintainers
Readme
react-native-yuque
Getting started
$ npm install react-native-gcy-datakit --save
Manual installation
iOS
- In Project and cd ios and pod install
Android
- Append the following lines to
android/build.gradle
: allprojects { repositories { ##省略其他代码 maven { url 'https://mvnrepo.jiagouyun.com/repository/maven-releases' } } }
Usage
import RNYuque from 'react-native-gcy-datakit';
// TODO: What to do with the module?
RNYuque;