react-native-admob-native-ads
                                
                                
                                
                                    react-native-admob-native-ads copied to clipboard
                            
                            
                            
                        A simple and robust library for creating & displaying Admob Native Advanced Ads in your React Native App using Native Views.
Bumps [micromatch](https://github.com/micromatch/micromatch) and [react-native-codegen](https://github.com/facebook/react-native/tree/HEAD/packages/react-native-codegen). These dependencies needed to be updated together. Updates `micromatch` from 4.0.5 to 4.0.8 Release notes Sourced from micromatch's releases. 4.0.8 Ultimate release that fixes both CVE-2024-4067...
Bumps [fast-xml-parser](https://github.com/NaturalIntelligence/fast-xml-parser) from 4.2.5 to 4.4.1. Changelog Sourced from fast-xml-parser's changelog. Note: If you find missing information about particular minor version, that version must have been changed without any functional...
Hi there, Im using the react-native-admob-native-ads package and cant get the ads to display. Im getting a very similar issue to this thread here: https://github.com/ammarahm-ed/react-native-admob-native-ads/issues/39  I have a react...
LOG [AD][FAILED]: {"code": 0, "domain": "com.google.android.gms.ads", "message": "Invalid template ID: -1"} this error shows in console when trying to load ads
**Hello,** @ammarahm-ed  While working with UIManager.dispatchViewManagerCommand in React Native, I noticed an issue where passing undefined as the commandArgs parameter leads to an UnexpectedNativeTypeException. From what I understand, this...
I added the react-native-admob-native-ads(0.7.6) , it is working fine for android but for ios it gives these error during building the project Undefined symbol: __swift_FORCE_LOAD_$_swift_Builtin_float Undefined symbol: __swift_FORCE_LOAD_$_swift_errno Undefined symbol:...
I have recently updated my expo version from 51 to 52 After migrating to the new version, the native ads are not loading. The application throws the error as shown...
@ammarahm-ed GADSimulatorID is permanently removed in latest SDK. We need to update the library so that the error can be removed. https://developers.google.com/admob/ios/migration
If I use ImageView, after 12 hours it turns off ads because of the error `{"code": 3, "domain": "com.google.android.gms.ads", "message": "Asset uses ImageView, not MediaView. "}` In the native block...
Hello ! This is the first time I've added ads to a React Native mobile application. I use “react-native-google-mobile-ads” to display classic ads and “react-native-admob-native-ads” for native ads. The problem...