react-native-yuque

A ReactNative yuque Component for android and iOS

Usage no npm install needed!

<script type="module">
  import reactNativeYuque from 'https://cdn.skypack.dev/react-native-yuque';
</script>

README

react-native-yuque

Getting started

$ npm install react-native-yuque --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-yuque';

// TODO: What to do with the module?
RNYuque;