Ad Support (React Native)
Last updated
Was this helpful?
Last updated
Was this helpful?
Was this helpful?
<VideoFeed
style={{ height: 200 }}
source="discover"
videoFeedConfiguration={{
// Indicates if the video feed item shows the ad badge.
showAdBadge: true, // or false
}}
/>
FireworkSDK.getInstance().setAdBadgeConfiguration({
badgeTextType: 'ad',
backgroundColor: '#ff0000',
textColor: '#000000',
});