react-native-google-mobile-ads
Version:
React Native Google Mobile Ads is an easy way to monetize mobile apps with targeted, in-app advertising.
20 lines (19 loc) • 487 B
JavaScript
module.exports = {
dependency: {
platforms: {
android: {
packageImportPath: 'import io.invertase.googlemobileads.ReactNativeGoogleMobileAdsPackage;',
},
ios: {
scriptPhases: [
{
name: '[RNGoogleMobileAds] Configuration',
path: './ios_config.sh',
execution_position: 'after_compile',
input_files: ['$(BUILT_PRODUCTS_DIR)/$(INFOPLIST_PATH)'],
},
],
},
},
},
};