Skip to content

Commit f68d987

Browse files
authored
feat: Initial Native Ad Support
1 parent fd5726b commit f68d987

File tree

55 files changed

+156660
-2001
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

55 files changed

+156660
-2001
lines changed

README.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@ You decide how and where they're placed, so the layout is more consistent your a
8686

8787
<img width="300" src="https://developers.google.com/static/admob/images/format-native.svg" alt="Native">
8888

89-
[Work In Progress](https://github.com/invertase/react-native-google-mobile-ads/pull/650)
89+
[Learn More](https://docs.page/invertase/react-native-google-mobile-ads/native-ads)
9090

9191
### Interstitial
9292

@@ -119,16 +119,18 @@ This package can be used in both The Old and [The New Architecture](https://reac
119119
When using The New Architecture, some legacy code will still be used though. See status below:
120120

121121
| Platform | Feature | Status |
122-
| -------- | -------------------------------------------------------------------------------------------------------------------------------------------------------------- | ----------- |
122+
| -------- |----------------------------------------------------------------------------------------------------------------------------------------------------------------| ----------- |
123123
| iOS | Mobile Ads SDK Methods (Turbo Native Module) | ✅ Complete |
124124
| iOS | Banners (Fabric Native Component) | ✅ Complete |
125125
| iOS | Full Screen Ads (Turbo Native Module) | ✅ Complete |
126+
| iOS | Native Ads (Turbo Native Module, Fabric Native Component) | ✅ Complete |
126127
| iOS | User Messaging Platform (Turbo Native Module) | ✅ Complete |
127128
| iOS | [EventEmitter](https://github.com/reactwg/react-native-new-architecture/blob/main/docs/turbo-modules.md#add-event-emitting-capabilities) (Turbo Native Module) | ⏳ To-Do |
128129
| iOS | Revenue Precision Constants (Turbo Native Module) | ✅ Complete |
129130
| Android | Mobile Ads SDK Methods (Turbo Native Module) | ⏳ To-Do |
130131
| Android | Banners (Fabric Native Component) | ⏳ To-Do |
131132
| Android | Full Screen Ads (Turbo Native Module) | ⏳ To-Do |
133+
| Android | Native Ads (Turbo Native Module, Fabric Native Component) | ✅ Complete |
132134
| Android | User Messaging Platform (Turbo Native Module) | ⏳ To-Do |
133135
| Android | [EventEmitter](https://github.com/reactwg/react-native-new-architecture/blob/main/docs/turbo-modules.md#add-event-emitting-capabilities) (Turbo Native Module) | ⏳ To-Do |
134136
| Android | Revenue Precision Constants (Turbo Native Module) | ⏳ To-Do |

0 commit comments

Comments
 (0)