@opendt/react-native-ali-oss

react-native wrapper of AliOSS SDK, support both iOS and Android.

Usage no npm install needed!

<script type="module">
  import opendtReactNativeAliOss from 'https://cdn.skypack.dev/@opendt/react-native-ali-oss';
</script>

README

React Native Ali OSS

react-native wrapper of AliOSS SDK, support both iOS and Android.

Note, this library only support react-native 0.60+

Installation

Install library via npm:

npm install --save @opendt/react-native-ali-oss

To complete the linking on iOS, run:

cd ios && pod install