onCreate
Overview
Notifies that in-feed banner component has been created and attached to the UI.
Examples
<RNAatkitInFeedBanner
name="InFeed"
onCreate={() => {
console.log("onCreate InFeed");
}}
/>
Last updated