美文网首页
React-Native 错误锦囊

React-Native 错误锦囊

作者: 大侠走一波 | 来源:发表于2017-05-14 09:58 被阅读176次

1.View was rendered with explicitly set width/height but with a 0 flexBasis. (This might be fixed by changing flex: to flexGrow:)
一般是style样式问题,可能是flex值没有设定,检查样式
2.安装第三方依赖库错误 Error: EPERM: operation not permitted, rename: 执行npm install

  1. [SyntaxError: JSON Parse error: Unrecognized token '<']
    json数据解析问题,一般是服务器返回了一个HTML数据,无法解析导致出错。

相关文章

网友评论

      本文标题:React-Native 错误锦囊

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