Skip to content

fatboy-hard/react-native-gcy-datakit

Repository files navigation

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;

About

观测云RN集成

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published