我已经按照文档构建了一个自定义的ReactNativeUI组件。这个想法是它将成为GoogleMapsiOSAPI的实现,但目前它只是为了显示标准的Applemap。我使用命令react-nativenew-libraryGoogleMapView构建了一个新模块。这将所有模块文件添加到/Libraries/GoogleMapView/。我有一个名为GoogleMapViewManager.h的文件,其中包含:#import"RCTViewManager.h"@interfaceGoogleMapManager:RCTViewManager@endGoogleMapManager.m文