Closed PaulWozny closed 1 year ago
Hi!
I want to use this plugin together with react-native-google-mobile-ads. It is necessary to include additional configuration outside expo key as stated here: https://docs.page/invertase/react-native-google-mobile-ads#setting-up-google-admob
react-native-google-mobile-ads
expo
{ "expo": { "name": "test-name", "version": "1.0.0", }, "react-native-google-mobile-ads": { "android_app_id": "ca-app-pub-xxxxxx~xxxxxx" } }
But when plugin executes, it deletes react-native-google-mobile-ads key.
Is there a way to preserve that configuration?
I did it by myself on my fork: https://github.com/PaulWozny/semantic-release-expo/tree/feature/outside-keys
Hi!
I want to use this plugin together with
react-native-google-mobile-ads
. It is necessary to include additional configuration outsideexpo
key as stated here: https://docs.page/invertase/react-native-google-mobile-ads#setting-up-google-admobBut when plugin executes, it deletes
react-native-google-mobile-ads
key.Is there a way to preserve that configuration?