React Native 与现有应用程序的集成
Posted
技术标签:
【中文标题】React Native 与现有应用程序的集成【英文标题】:React Native Integration with Existing App 【发布时间】:2015-04-23 06:35:40 【问题描述】:我想与现有的应用程序集成。
在 ReactNative 文档中:
Remember to install all subspecs you need. The <Text> element cannot be used without pod 'React/RCTText'.
现在,模拟器出了点问题:
Cant't find variable:ListView
我想使用<ListView>
,我将安装哪些子规范?
【问题讨论】:
【参考方案1】:当你 pod 'React' 时可以使用 ListView,我认为你的 javascript 代码可能有问题。你的js文件中包含这些代码了吗?
var
ListView,
= React;
【讨论】:
以上是关于React Native 与现有应用程序的集成的主要内容,如果未能解决你的问题,请参考以下文章
如何将 FCM(firebase 云消息传递)与 react-native 集成