美文网首页
React Native- 模拟器正常真机出现跨域问题

React Native- 模拟器正常真机出现跨域问题

作者: 路遇良人 | 来源:发表于2018-04-16 10:47 被阅读0次

    https://github.com/facebook/react-native/issues/17618,

    自测解决办法:

    原因是react-native版本  0.52.1的原因,将版本降为0.51.0

    Simply downgrading to React-Native 0.51.0 (by just runningnpm i -S react-native@0.51.0seems to fix the issue).

    Remember that, after downgrading, you should also reset the cache:

    watchman watch-del-all

    npm run start -- --reset-cache

    相关文章

      网友评论

          本文标题:React Native- 模拟器正常真机出现跨域问题

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