FacebookAds Banner don't work in IOS

<FacebookAds.BannerView
        placementId={ Platform.OS === 'ios' ? 'placementIdIOS' : 'placementIdAndroid'}
        type="standard"
        onPress={() => console.log('click')}
        onError={(err) => console.log('error', err)}
    />

Code work with Android but don’t work with Iphone 6 and IOS 10

what do you see? do you get an error or does it just look wrong?

I don’t see error in my log but I see white place 320X50 in my Iphone.
I can’t click in this white place.

Can you try setting this up on https://snack.expo.io and seeing if the same effect occurs? If you’re able to reproduce it, paste a link to the snack here so we can see what’s going on.