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
TypeScript
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