| 13 | } |
| 14 | |
| 15 | interface 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 |
| 25 | const CTKBannerView = requireNativeComponent<NativeBannerViewProps>( |
nothing calls this directly
no outgoing calls
no test coverage detected