Pavlo Kyrylenko
Pavlo Kyrylenko
try this way: AdMobRewarded.requestAd() .then(() => AdMobRewarded.showAd()) .catch(error => console.warn(error))
Hey @zmxv and the community, is there any progress on this issue? Or any workaround?
Here is a workaround https://github.com/zmxv/react-native-sound/issues/361#issuecomment-423464392[](https://github.com/zmxv/react-native-sound/issues/361#issuecomment-423464392)
Hi @bretg , In my latest commit after your review:: - Renamed all “ID Ward” mentions to “Anonymised” In the old module - Added “enable_download: false” flag to prevent installations...
Hi @patmmccann , I’ve introduced the correction. The new parameter I made optional. All the changes are implemented in the new anonymisedRtdProvider.js, while the old idWardRtdProvider.js module just re-exports the...
Hi @bretg I wanted to follow up on the pull request I recently updated - I believe now the PR completely fulfills the requirements. Could you please review it at...