1: RCTViewManger.h? file not found
import"RCTViewManager.h"
import"RCTConvert+CoreLocation.h"
改成
import<React/RCTViewManager.h>
import<React/RCTConvert+CoreLocation.h>
2: 報(bào)錯(cuò)Warning: Native component for "RCTBaiduMapView" does not exist
重置緩存????????????????????????????npm start -- --reset-cache
退出包裝在模擬器中刪除Demo再去重新運(yùn)行? ? ? ?react-native run-ios
3: undefined is not an object (evaluating ‘-react2.PropTypes.bool’)
importPropTypesfrom'react';? ? ? ? ? ? ? 錯(cuò)誤
importPropTypesfrom'prop-types';? ?正確
不僅僅是在自己的項(xiàng)目中進(jìn)行修改,在 react-native-baidu-map文件中也不要統(tǒng)一去進(jìn)行修改