Wiki

Clone wiki

REACT native plugin / onCreateInFeedBannerEvent

Overview

Notifies that in-feed banner component has been created and attached to the UI.

Examples

#!javascript

<RNAatkitInFeedBanner
    name="InFeed"
    onCreate={() => {
        console.log("onCreate InFeed");
    }}  
/>

Updated