How to resolve the No + [RCTConvert AIR MapCoordinate Array] error: function found. react native maps on iOS

How to resolve the No + [RCTConvert AIR MapCoordinate Array] error: function found. react native maps on iOS

我使用了 react-native maps react-native-maps ":" ^ 0.24.2 和 react native 版本 0.59.9 我在 iOS 上遇到了错误地图,但在 [=19= 上没有错误].

我已尝试按照文档

删除 pod、link 和 unlink 库

no +[rctconvert airmapcoordinatearray:] function found.

我希望 react-native-maps 在 iOS 和 Android 上运行。

您必须重新链接本机 ios 文件。基本上做 manual installation of ios again

react-native unlink react-native-maps

react-native link react-native-maps

然后删除任何重复的导入(如果有)