react-native-admob compatibility with wix react-native-navigation

I'm using wix/react-native-navigation router (tab based app) and react-native-adbmob package for AdMob Rewarded Video Ads.

On Android, it works well, but on the iOS, when I try to show a Reward ad in react-native-navigation Modal window (this.props.navigator.showModal(config)), it is not visible although the adOpened event is fired.

Has anybody faced the same or similar issue with other packages?

Comments

Popular posts from this blog

Meaning of `{}` for return expression

Get current scroll position of ScrollView in React Native

flutter websocket connection issue