1: RCTViewManger.h file not found
import"RCTViewManager.h"
import"RCTConvert+CoreLocation.h"
改成
import<React/RCTViewManager.h>
import<React/RCTConvert+CoreLocation.h>
2: 报错Warning: Native component for "RCTBaiduMapView" does not exist
重置缓存 npm start -- --reset-cache
退出包装在模拟器中删除Demo再去重新运行 react-native run-ios
3: undefined is not an object (evaluating ‘-react2.PropTypes.bool’)
importPropTypesfrom'react'; 错误
importPropTypesfrom'prop-types'; 正确
不仅仅是在自己的项目中进行修改,在 react-native-baidu-map文件中也不要统一去进行修改
网友评论