美文网首页
aliyun-oss-react-native使用记录

aliyun-oss-react-native使用记录

作者: 黎峰麟 | 来源:发表于2019-04-03 16:20 被阅读0次

aliyun-oss-react-native

yarn add aliyun-oss-react-native
react-native link aliyun-oss-react-native

##ios
Framework Search Path  
添加$(SRCROOT)/../node_modules/aliyun-oss-react-native/ios/AliyunSDK

link Frameworks
添加libRNAliyunOSS.a


##安卓 
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
    package="com.aliyunoss">

<application
      android:name=".MainApplication"
      android:label="@string/app_name"
      android:icon="@mipmap/ic_launcher"
//+++
      tools:replace="android:allowBackup"
      android:allowBackup="true"
      android:theme="@style/AppTheme">

以上操作可以真机运行

如果打包的时候出错 可以修改aliyun-oss-react-native的编译版本和自己项目工程的版本相同

相关文章

网友评论

      本文标题:aliyun-oss-react-native使用记录

      本文链接:https://www.haomeiwen.com/subject/uiyzbqtx.html