美文网首页
react-native打包apk后http请求不到解决方法

react-native打包apk后http请求不到解决方法

作者: 秃头大叔 | 来源:发表于2019-07-19 16:53 被阅读0次

    解决http请求无效的问题

    目测和android的版本有关系,9以上需要做如下处理:
    找到 \android\app\src\main\AndroidManifest.xml文件
    添加 android:usesCleartextTraffic="true"


    image.png

    相关文章

      网友评论

          本文标题:react-native打包apk后http请求不到解决方法

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