Wiki

Clone wiki

REACT native plugin / reloadOnStartUnifiedNativeAdProp

Overview

Determines whether unified native ad should be loaded when RNAatkitUnifiedNativeAd component created and attached to the UI.

Examples

#!javascript

<RNAatkitUnifiedNativeAd
    name="NativeAd"
    reloadOnStart={true}
/>

Updated