import { AdFormat, AdBannerView } from "react-native-daro-m"; import { Platform } from "react-native"; const BANNER_AD_UNIT_ID = Platform.select({ ios: ${iOS unit Id}, android: ${Android unit id}, default: '', }); <AdBannerView refreshInterval={10} style={styles.bannerView} adFormat={AdFormat.BANNER} adUnitId={BANNER_AD_UNIT_ID} />