Skip to content
This repository has been archived by the owner on Apr 27, 2022. It is now read-only.

Releases: react-native-admob/admob

2.0.1

08 Feb 04:41
Compare
Choose a tag to compare

2.0.1 (2022-02-08)

🐛 Bug Fixes

  • ios: fix swift related build error #87 (dc45068)

Release 2.0.0

14 Dec 22:48
Compare
Choose a tag to compare

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

13 Dec 15:09
Compare
Choose a tag to compare

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

29 Nov 09:03
Compare
Choose a tag to compare

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

  • update app open ad docs (d11dce1)

1.4.2

29 Nov 01:45
Compare
Choose a tag to compare

1.4.2 (2021-11-29)

🐛 Bug Fixes

  • android: fix current activity issue after restarting the app (2b2b0a4)

1.4.1

28 Nov 23:44
Compare
Choose a tag to compare

1.4.1 (2021-11-28)

🐛 Bug Fixes

  • initialize useAppOpenAd on dismissed (dd4b929)

1.4.0

28 Nov 14:14
Compare
Choose a tag to compare

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

26 Nov 17:53
Compare
Choose a tag to compare

1.3.4 (2021-11-26)

🐛 Bug Fixes

  • initialize hook values when loadOnDismissed (e28bc6b)

📓 Docs improvements

  • update app open ad docs (a6aa286)

1.3.3

24 Nov 07:28
Compare
Choose a tag to compare

1.3.3 (2021-11-24)

🐛 Bug Fixes

  • support undefined options for hooks (6646bae)

1.3.2

24 Nov 04:49
Compare
Choose a tag to compare

1.3.2 (2021-11-24)

🐛 Bug Fixes