【发布时间】:2016-06-16 08:34:55
【问题描述】:
React Native 附带的 node core 似乎不包含 node core http。是否可以在 React Native 中添加和使用?
非常感谢。
【问题讨论】:
-
你需要做什么?你可以使用 react native 网络 polyfill 吗? facebook.github.io/react-native/docs/network.html#content
-
谢谢,科林。我想使用一些需要 http 模块的库(一个是 pouchdb)。
标签: react-native