React Native 与现有应用程序的集成

React Native Integration with Existing App

我想与现有应用程序集成。

在 ReactNative 文档中:

Remember to install all subspecs you need. The <Text> element cannot be used without pod 'React/RCTText'.

现在,模拟器出了点问题:

Cant't find variable:ListView

我想使用 <ListView> 我要安装哪些子规格?

你pod的时候可以用ListView 'React',我觉得你的javascript代码可能有问题。您是否将这些代码包含在您的 js 文件中?

var {
  ListView,
} = React;