UNPKG

react-native-google-mobile-ads

Version:

React Native Google Mobile Ads is an easy way to monetize mobile apps with targeted, in-app advertising.

9 lines 597 B
import codegenNativeComponent from 'react-native/Libraries/Utilities/codegenNativeComponent'; import codegenNativeCommands from 'react-native/Libraries/Utilities/codegenNativeCommands'; // SyntaxError "'Commands' is a reserved export and may only be used to export the result of codegenNativeCommands" // @ts-ignore -- migration to react-native 0.73+ export const Commands = codegenNativeCommands({ supportedCommands: ['recordManualImpression', 'load'] }); export default codegenNativeComponent('RNGoogleMobileAdsBannerView'); //# sourceMappingURL=GoogleMobileAdsBannerViewNativeComponent.js.map