invertase / react-native-google-mobile-ads

React Native Google Mobile Ads enables you to monetize your app with AdMob.
https://docs.page/invertase/react-native-google-mobile-ads
Other
625 stars 121 forks source link

fix: Unsupported top level event type "topNative" dispatched #576

Closed ugurdalkiran closed 1 month ago

ugurdalkiran commented 1 month ago

When I added a Banner ad to the screen with Bridgeless and Fabric enabled, I got an error like below.

Error: Unsupported top level event type "topNative" dispatched
Ekran Resmi 2024-05-14 14 35 11

The Solution

In _nodemodules/react-native/.../ReactFabric-dev.js file, when I got to the relevant place, I saw that there is no "topNative".

I saw that there is "topNativeEvent" similar to this.

Ekran Resmi 2024-05-14 15 31 59

Think react-native-google-mobile-ads is great? Please consider supporting the project with any of the below:

CLAassistant commented 1 month ago

CLA assistant check
All committers have signed the CLA.

dylancom commented 1 month ago

thanks!