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 • 364 B
TypeScript
import type { HostComponent, ViewProps } from 'react-native';
export interface NativeProps extends ViewProps {
responseId: string;
resizeMode?: string;
}
type NativeViewComponentType = HostComponent<NativeProps>;
declare const _default: NativeViewComponentType;
export default _default;
//# sourceMappingURL=GoogleMobileAdsMediaViewNativeComponent.d.ts.map