reactnativecn / react-native-website

React Native 中文网
https://reactnative.cn
MIT License
216 stars 327 forks source link

react-native-amap3d 在iOS中报错 #618

Closed wubaibin closed 1 year ago

wubaibin commented 1 year ago

TypeError: null is not an object (evaluating 'AMapSdk.initSDK')

sunnylqm commented 1 year ago

任何带有原生代码的第三方引入,第一步在ios目录中执行 pod install 安装原生库,第二步使用xcode或yarn ios编译,之后js才能引用到原生模块的代码(反之就会报各种null,undefined,因为没有对应的原生方法)