'undefined' has no propType for native prop 错误反应本机

'undefined' has no propType for native prop error react native

我正在努力起床,运行 做出本机反应。 我已经按照这个 link 的要求安装了 xcode 和守望者。 https://facebook.github.io/react-native/docs/getting-started.html

按照快速入门,我完成了以下操作

npm install -g react-native-cli

react-native init AwesomeProject

In the newly created folder AwesomeProject/

Open AwesomeProject.xcodeproj and hit run in Xcode.

当我执行此操作时,我在 iphone 模拟器中收到 'red error screen' 并显示以下消息。

'undefined' has no propType for native prop 'RCTMap.mapType' of native type 'MKMapType'

我查看了 troubleshooting link,但未能将其确定为已知错误。

如何解决?

我认为当 xcode 打包程序停止正常工作时会发生这种情况。我如何修复它:

  1. 停止xcode
  2. 关闭终端运行 packager
  3. 清洁溶液
  4. 单击构建并 运行(播放按钮)