2.0.1 • Published 2 years ago

react-native-gcy-datakit v2.0.1

Weekly downloads
-
License
MIT
Repository
github
Last release
2 years ago

react-native-yuque

Getting started

$ npm install react-native-gcy-datakit --save

Manual installation

iOS

  1. In Project and cd ios and pod install

Android

  1. 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;