美文网首页react-native
RN热更新:React-Native-Pushy

RN热更新:React-Native-Pushy

作者: watts_log | 来源:发表于2017-05-10 17:30 被阅读33次

    热更新:按照官方文档走,基本没问题。

    https://github.com/reactnativecn/react-native-pushy/blob/master/docs/guide.md

    https://github.com/reactnativecn/react-native-pushy/blob/master/docs/guide2.md

    https://github.com/reactnativecn/react-native-pushy/blob/master/docs/guide3.md

    注意:每页最后点击蓝色字体跳转

    1.   跳过手动link

    2. debug 模式

    这个暂时忽略,我直接调式真机模式,debug访问电脑,需要设置ip

    图1

    3.iOS的ATS例外配置

    在设置这个步骤的时候 把下面的也做了

    在Info.plist中添加NSAppTransportSecurity类型Dictionary。

    在NSAppTransportSecurity下添加NSAllowsArbitraryLoads类型Boolean,值设为YES

    4.登录与创建应用

    账号:XXXXXXX@qq.com (我的QQ) 密码:100514Wl    (大写W小写l) 

    免费  同一个平台  应用 不能超过3个

    4.index.ios.js 和 index.android.js 中直接copy 示例全部代码:讲“MyProject”替换成你自己的项目名

    5.upload上传ipa,apk时候,要把ipa和apk copy到项目目录下

    6.发布热跟新版本的时候,记得要保存js文件再去终端执行命令

    还有些细节没去研究,回头再更新本文,有事找我帮你安装。

    相关文章

      网友评论

        本文标题:RN热更新:React-Native-Pushy

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