импорт * как FacebookAds из 'expo-ads-facebook';const {AdTriggerView, AdMediaView} = FacebookAds;
класс AdComponent extends React.Component {render () {return ({this.props.nativeAd.bodyText});}}
экспорт по умолчанию FacebookAds.withNativeAd (AdComponent);