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