UNPKG

react-native-appodeal

Version:

React Native Module created to support Appodeal SDK for iOS and Android platforms

5 lines 261 B
export const LOADED = 'onBannerLoaded' export const FAILED_TO_LOAD = 'onBannerFailedToLoad' export const EXPIRED = 'onBannerExpired' export const SHOWN = 'onBannerShown' export const CLICKED = 'onBannerClicked'