react-native - MapView简单示例

时间:2016-01-14 14:38:17

标签: react-native

我正在尝试为MapView组件创建最简单的示例。

render() {
    return (
      <MapView style={{
        height: 200,
        width: 200
      }}/>
    )
  }

我没有错误,但地图没有出现。我得到的(在Android上)如下:

screen shot 我没有在文档中看到有关地图初始化的任何信息。

欢迎任何帮助或线索。 谢谢,保罗

1 个答案:

答案 0 :(得分:0)

重新检查后,此时Android上不支持MapView。只要我在代码中添加<MapView>,就会在控制台中触发警告。

enter image description here

此处已确认:https://facebook.github.io/react-native/docs/known-issues.html#content

enter image description here

我查看了尚未嵌入Android的其他组件,您将获得Warning: Native component for "NotAvailableComponent" does not exist.

在Facebook发布这些缺失的组件之前,解决方案似乎通过了社区组件 https://www.npmjs.com/package/react-native-gmaps