MCPcopy Index your code
hub / github.com/callstack/react-native-fbads / BannerViewProps

Interface BannerViewProps

src/BannerViewManager.tsx:15–22  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

13}
14
15interface BannerViewProps {
16 type: AdType;
17 placementId: string;
18 onPress: Function;
19 onError: Function;
20 onLoad: Function;
21 style: StyleProp<ViewStyle>;
22}
23
24// tslint:disable-next-line:variable-name
25const CTKBannerView = requireNativeComponent<NativeBannerViewProps>(

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected