react-native-baidumap-sdk
react-native-baidumap-sdk copied to clipboard
requireNativeComponent: "BaiduMapMarker" was not found in the UIManager.
+1
lib/js/component.js UIManager[this.nativeComponentName].Commands[command], ===> UIManager.getViewManagerConfig(this.nativeComponentName).Commands[command],
下面是方法: 找到:
node_modules/react-native-baidumap-sdk/lib/js/component.js
UIManager[this.nativeComponentName].Commands[command],
修改成:
UIManager.getViewManagerConfig(this.nativeComponentName).Commands[command],