app解决问题列表

项目依赖

杨英俊

  • JPUSH 包在podfile文件中没有注释掉,导致 在npm装的包和这个JPush向光包冲突
  • 在xcode里倒入两个原生包。 一个jcore。 一个jpush
  • 还有一个那个base64解码包安不上, 可能是与jpush冲突

黄杨杰

  • 情形:项目安装RN版本的jpush插件容易出现问题
    分析:jpush插件对原生端的配置要求比较多,需要安卓和iOS端分别link插件,并配置后才能正常使用。

编写程序

杨英俊

  • rn graphql 语句传参包400, 定义类型错误

刘国辉

  • react-native 解析 html标签 用到react-native-render-html
    举个例子
const htmlContent = `
    

This HTML snippet is now rendered with native components !

< img src="https://i.imgur.com/dHLmxfO.jpg?2" /> `;

你可能感兴趣的:(app解决问题列表)