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

Interface NativeAdViewProps

src/native-ads/withNativeAd.tsx:20–23  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

18import { areSetsEqual } from '../util/areSetsEqual';
19
20interface NativeAdViewProps {
21 adsManager: string;
22 onAdLoaded: (args: { nativeEvent: NativeAd }) => void;
23}
24
25// tslint:disable-next-line:variable-name
26const NativeAdView = requireNativeComponent<NativeAdViewProps>('CTKNativeAd');

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected