How to use the react-native-fbads.withNativeAd function in react-native-fbads

To help you get started, we’ve selected a few react-native-fbads examples, based on popular ways it is used in public projects.

Secure your code as it's written. Use Snyk Code to scan source code in minutes - no build needed - and fix issues immediately.

github callstack / react-native-fbads / example / src / NativeAds / NativeAdView.js View on Github external
paddingHorizontal: 30,
              elevation: 3,
              borderTopWidth: 0,
              margin: 10,
              borderRadius: 6,
            }}
          >
            {this.props.nativeAd.callToActionText}
          
        
      
    );
  }
}

export default withNativeAd(NativeAdView);