react-native-admob-native-ads icon indicating copy to clipboard operation
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.

Results 97 react-native-admob-native-ads issues
Sort by recently updated
recently updated
newest added

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...

dependencies

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...

dependencies

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 ![Image](https://github.com/user-attachments/assets/598fb77e-7d0e-474a-8de8-cf957e5a1ac9) 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 ![Screenshot_1731261167](https://github.com/user-attachments/assets/f939da54-790a-4fdb-9786-db994c8a6525) 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...