未処理のJS例外:不変の違反:requireNativeComponent: "AIRMap"がUIManagerに見つかりませんでした。
このエラーは次の場所にあります:RCTView(at renderApplication.js:32)のRCTView(at。 View.js:43)RCTView(View.js:43)のAppContainer(renderApplication.js:31)
ネイティブiOSでこのエラーを修正する方法
私もこのエラーがあり、このように修正しました:
リンクすることを忘れないでください: "react-native link react-native-maps"
次に:反応ネイティブのrun-ios/Android
Npmで公開できるのは1人だけなので、最新の更新などにはGitを使用する必要があります。
ios/YOUR_PROJECT_NAME/AppDelegate.m
@import GoogleMaps; //add this line if you want to use Google Maps
そして
[GMSServices provideAPIKey:@"_YOUR_API_KEY_"]; // add this line using the api key obtained from Google Console