lovebing / react-native-baidu-map

Baidu Map SDK modules and views for React Native(Android & iOS), support react native 0.61+. 百度地图 React Native 模块,支持 react native 0.61+,已更新到最新的百度地图SDK版本。
MIT License
856 stars 322 forks source link

运行报错 #6

Closed LitbLeo closed 8 years ago

LitbLeo commented 8 years ago

java.lang.ClassCastException: org.lovebing.reactnative.baidumap.BaiduMapViewManager cannot be cast to com.facebook.react.uimanager.ViewGroupManager

react-native的版本是0.31.0,不知道是为什么。

lovebing commented 8 years ago

是不是没更新代码?BaiduMapViewManager 现在是 extends ViewGroupManager的

LitbLeo commented 8 years ago

代码我是昨天下载的呀

LitbLeo commented 8 years ago

我的package.json文件里面显示的版本号:0.2.0,不知道你最新的版本是多少?我看你的也是0.2.0呀!但是对比了BaiduMapViewManager文件,我的确实没有继承ViewGroupManager。是不是版本的问题呢?

lovebing commented 8 years ago

是因为npm没同步,刚同步了。你更新一下

LitbLeo commented 8 years ago

嗯 我已经手动更新代码了!谢谢!