Admob Versions Save

Admob for React Native with powerful hooks and components

2.0.1

2 years ago

2.0.1 (2022-02-08)

? Bug Fixes

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

2.0.0

2 years ago

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

2 years ago

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

2 years ago

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

2 years ago

1.4.2 (2021-11-29)

? Bug Fixes

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

1.4.1

2 years ago

1.4.1 (2021-11-28)

? Bug Fixes

  • initialize useAppOpenAd on dismissed (dd4b929)

1.4.0

2 years ago

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

2 years ago

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

2 years ago

1.3.3 (2021-11-24)

? Bug Fixes

  • support undefined options for hooks (6646bae)

1.3.2

2 years ago

1.3.2 (2021-11-24)

? Bug Fixes