Dylan
Dylan
@dawidvdh please switch from the old module: `@invertase/react-native-google-ads` to the new `react-native-google-mobile-ads`. Probably related to #64 which was been fixed in the new module.
While searching for a solution I found that our maintainer @mikehardy recommends this approach! https://github.com/react-native-device-info/react-native-device-info/issues/1360
The previous docs used to have a "reference": https://rnfb-docs.netlify.app/reference/admob/bannerad (which we currently lack). I'm not sure how we can include this nicely within docs.page, maybe @mikehardy has ideas?
If you only want to show non-personalized ads it's not required.
I have the same error when I try to play radio streams...
I made a PR that supports ads with custom width + auto height (using the new inline adaptive banner format). Would this make the FLUID size obsolete? https://github.com/invertase/react-native-google-mobile-ads/pull/296 I'm not...
I experience the same on iOS(https://github.com/software-mansion/react-native-screens/issues/1779). Sometimes you don't notice it as the rendering is really fast. But if you log the onLayout callback, you'll notice that the height of...
Sounds like an SDK problem to me (not related to this React Native port)
I just made a PR to add a getGdprApplies method. To understand if youre in EEA. This might help?