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.

7 lines 306 B
import React from 'react'; import { ViewProps } from 'react-native'; export type NativeMediaViewProps = ViewProps & { resizeMode?: 'cover' | 'contain' | 'stretch'; }; export declare const NativeMediaView: (props: NativeMediaViewProps) => React.JSX.Element; //# sourceMappingURL=NativeMediaView.d.ts.map