Dylan

Results 117 comments of Dylan

I'm wondering what's blocking this. I think it should be fairly easy to port this following these two packages: https://github.com/callstack/react-native-fbads https://github.com/ammarahm-ed/react-native-admob-native-ads

I just created a PR to add "App Open Ads" support. https://github.com/invertase/react-native-google-ads/pull/54

App Open Ads can now be tested from 4.1.0. See the new package: https://www.npmjs.com/package/react-native-google-mobile-ads

@mikehardy No, it's a different format. Which is also the most difficult one to implement within RN as it let's you change the style to match your app. (typically used...

Check if the previous state was "background".

Seems related to: https://github.com/googleads/googleads-mobile-flutter/issues/404 We basically need a RN version of https://github.com/ajinasokan/flutter_fgbg

I agree that we should implement it here as it's very tightly coupled. They also did that in the official flutter package last year: https://github.com/googleads/googleads-mobile-flutter/issues/404

@quan2nd on iOS we can just rely on if the previous appState was "background".

I think we should set isLoaded to false upon closing the ad. (Just like we already do in the MobileAd class, where you can access `adInstance.loaded` when not using hooks)...