Releases: react-native-admob/admob
Releases · react-native-admob/admob
2.0.1
2.0.1 (2022-02-08)
🐛 Bug Fixes
Release 2.0.0
2.0.0 (2021-12-14)
⚠ BREAKING CHANGES
- android: apply sdk version 31
Dropped support for sdk 30. Now developers need to upgrade project to compileSdkVersion 31.
Build
- android: apply sdk version 31 (26369dc)
💡 Features
📓 Docs improvements
1.5.1
1.5.1 (2021-12-13)
🐛 Bug Fixes
- android: fix a crash due to webview triggering focus request (182bb5a)
- ios: fix a crash due to race condition on RNAdMobAdHolder (d0d8f7b)
1.5.0
1.5.0 (2021-11-29)
💡 Features
- add loadOnDismissed option for AppOpenAd (a9f88b9)
🚀 Performance improvements
- unify multiple states in one object by using useReducer in ad hook (a9f88b9)
📓 Docs improvements
1.4.2
1.4.2 (2021-11-29)
🐛 Bug Fixes
- android: fix current activity issue after restarting the app (2b2b0a4)
1.4.1
1.4.1 (2021-11-28)
🐛 Bug Fixes
- initialize useAppOpenAd on dismissed (dd4b929)
1.4.0
1.4.0 (2021-11-28)
🐛 Bug Fixes
- android: fix current activity not found (75562e4), closes #30
- fix app open ad not destroyed with AppOpenAdProvider (cb28d45)
💡 Features
📓 Docs improvements
1.3.4
1.3.4 (2021-11-26)
🐛 Bug Fixes
- initialize hook values when loadOnDismissed (e28bc6b)
📓 Docs improvements
1.3.3
1.3.3 (2021-11-24)
🐛 Bug Fixes
- support undefined options for hooks (6646bae)
1.3.2
1.3.2 (2021-11-24)
🐛 Bug Fixes