MCPcopy Create free account
hub / github.com/callstack/react-native-fbads / NativeBannerViewProps

Interface NativeBannerViewProps

src/BannerViewManager.tsx:6–13  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

4type AdType = 'large' | 'standard';
5
6interface NativeBannerViewProps {
7 size: number;
8 onAdPress: Function;
9 onAdError: Function;
10 onAdLoad: Function;
11 style: StyleProp<ViewStyle>;
12 placementId: string;
13}
14
15interface BannerViewProps {
16 type: AdType;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected