Skip to content

Latest commit

 

History

History
49 lines (31 loc) · 4.17 KB

CHANGELOG.md

File metadata and controls

49 lines (31 loc) · 4.17 KB

1.0.2 (2021-12-09)

Bug Fixes

  • incorrect rn config path (41a8eca)

1.0.1 (2021-12-08)

Bug Fixes

  • package is org-scoped, but public, allow npm publish (cd8fbb1)

1.0.0 (2021-12-08)

Change Log

All notable changes to this project will be documented in this file. See Conventional Commits for commit guidelines.

@react-native-firebase/admob has finally moved to react-native-google-ads 🎉! As AdMob isn't part anymore of RNFB, a lot of changes where necessary to extract it completely. Therefore keep in mind to test everything thoroughly as it's the first release.

  • config: Add your AdMob app id's (iOS/Android) to app.json and this package will take care of injecting the required entries in your Info.plist (during pod install run) & AndroidManifest.xml (during gradle build time).
  • docs: Improved documentation using the new docs.page

Bug Fixes

  • android app id from app.json works, example has detox integrated and working in android (24f83b2)
  • android: use correct module name for banner ads (#17) (7c7c8b5)
  • displaying banner ads, config in docs (#14) (21e4f42)
  • incorrect module naming (#10) (79f86b9)
  • interstitials and rewarded ads (#18) (9569b98)
  • ios: add ios config scripts missed in previous commit (227ca7c)
  • ios: ios app.json --> Info.plist auto-config works now (6c1f4d4)
  • ios: missing dollar signs in podspec version override (#8) (5984288)
  • release: remove npm config and git config as well (8139e88)
  • release: semantic release does not need the ssh key agent config (930bc03)
  • remove incorrect git branch ref in publish workflow, clean changelog (aec5b84)
  • test: link to jet package via named branch vs commit hash (#7) (151f6aa)

Features

  • example test in new test harness works (2041fa2)
  • native: native code extraction is complete and passes static type check (02c2af6)