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
Post a Comment