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

Interface AdWrapperProps

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

Source from the content-addressed store, hash-verified

34}
35
36interface AdWrapperProps {
37 adsManager: AdsManager;
38 onAdLoaded?: (ad: NativeAd) => void;
39}
40
41export default <T extends HasNativeAd>(
42 // tslint:disable-next-line:variable-name

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected