Skip to content

Commit 84b2b27

Browse files
committed
docs(readme): add link on how to implement native event emitter
1 parent 163f330 commit 84b2b27

File tree

1 file changed

+14
-14
lines changed

1 file changed

+14
-14
lines changed

README.md

Lines changed: 14 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -35,20 +35,20 @@ React Native Google Mobile Ads is built with three key principals in mind;
3535
This package can be used in both The Old and [The New Architecture](https://reactnative.dev/docs/the-new-architecture/landing-page).
3636
When using The New Architecture, some legacy code will still be used though. See status below:
3737

38-
| Platform | Feature | Status |
39-
| -------- | ------------------------------------------------- | ----------- |
40-
| iOS | Mobile Ads SDK Methods (Turbo Native Module) | ✅ Complete |
41-
| iOS | Banners (Fabric Native Component) | ✅ Complete |
42-
| iOS | Full Screen Ads (Turbo Native Module) | ✅ Complete |
43-
| iOS | User Messaging Platform (Turbo Native Module) | ✅ Complete |
44-
| iOS | EventEmitter (Turbo Native Module) | ⏳ To-Do |
45-
| iOS | Revenue Precision Constants (Turbo Native Module) | ✅ Complete |
46-
| Android | Mobile Ads SDK Methods (Turbo Native Module) | ⏳ To-Do |
47-
| Android | Banners (Fabric Native Component) | ⏳ To-Do |
48-
| Android | Full Screen Ads (Turbo Native Module) | ⏳ To-Do |
49-
| Android | User Messaging Platform (Turbo Native Module) | ⏳ To-Do |
50-
| Android | EventEmitter (Turbo Native Module) | ⏳ To-Do |
51-
| Android | Revenue Precision Constants (Turbo Native Module) | ⏳ To-Do |
38+
| Platform | Feature | Status |
39+
| -------- | -------------------------------------------------------------------------------------------------------------------------------------------------------------- | ----------- |
40+
| iOS | Mobile Ads SDK Methods (Turbo Native Module) | ✅ Complete |
41+
| iOS | Banners (Fabric Native Component) | ✅ Complete |
42+
| iOS | Full Screen Ads (Turbo Native Module) | ✅ Complete |
43+
| iOS | User Messaging Platform (Turbo Native Module) | ✅ Complete |
44+
| 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 |
45+
| iOS | Revenue Precision Constants (Turbo Native Module) | ✅ Complete |
46+
| Android | Mobile Ads SDK Methods (Turbo Native Module) | ⏳ To-Do |
47+
| Android | Banners (Fabric Native Component) | ⏳ To-Do |
48+
| Android | Full Screen Ads (Turbo Native Module) | ⏳ To-Do |
49+
| Android | User Messaging Platform (Turbo Native Module) | ⏳ To-Do |
50+
| 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 |
51+
| Android | Revenue Precision Constants (Turbo Native Module) | ⏳ To-Do |
5252

5353
## Documentation
5454

0 commit comments

Comments
 (0)