グーグルマップ用のポッドをインストールする方が良いです。ポッドにグーグルマップを追加するだけです。プロジェクトフォルダios/にpodファイルがない場合は、以下の手順podinitを実行してください。
ポッドファイルに以下のコードを追加します
platform :ios, '9.0'
target 'YourAppTarget' do
pod 'GoogleMaps' # <~~ remove this line if you do not want to support GoogleMaps on iOS
end
# pre_install do |installer|
# copied from https://github.com/CocoaPods/CocoaPods/issues/2926
# workaround for https://github.com/CocoaPods/CocoaPods/issues/3289
# def installer.verify_no_static_framework_transitive_dependencies; end
# end
target 'YourAppTarget-tvOS' do
end
node_modules / react-native-maps / lib/iosからプロジェクトディレクトリにAirGoogleMapsを追加することを忘れないでください