-
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
### [8.2.3](invertase/react-native-google-mobile-ads@v8.2.2...v8.2.3) (2023-01-10) ### Bug Fixes * **ios:** adaptive banner should take safe areas into account ([c34fe1a](invertase/react-native-google-mobile-ads@c34fe1a)) * **type:** fixed mobileAds initialize response status type [#515](invertase/react-native-google-mobile-ads#515) ([e0a7d29](invertase/react-native-google-mobile-ads@e0a7d29))
- Loading branch information
1 parent
287190f
commit 5b0fee2
Showing
2 changed files
with
9 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
{ | ||
"name": "react-native-google-mobile-ads", | ||
"version": "8.2.2", | ||
"version": "8.2.3", | ||
"author": "Invertase <[email protected]> (http://invertase.io)", | ||
"description": "React Native Google Mobile Ads is an easy way to monetize mobile apps with targeted, in-app advertising.", | ||
"main": "lib/commonjs/index.js", | ||
|