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

Patch #363 has been integrated into the master branch of GitHub, yet it hasn't been reflected as a new release version on NPM. Consequently, attempts to build using this package...

![Simulator Screenshot - iPhone 15 Pro - 2024-04-26 at 11 21 14](https://github.com/ammarahm-ed/react-native-admob-native-ads/assets/160696318/742b2f3e-3946-4aa4-b759-a187af2aded9) ### package.json "@mobeuv/react-native-check-ip": "^1.3.0", "@react-native-async-storage/async-storage": "^1.22.3", "@react-native-firebase/analytics": "^20.0.0", "@react-native-firebase/app": "^20.0.0", "@react-native-firebase/crashlytics": "^20.0.0", "@react-native-masked-view/masked-view": "^0.3.1", "@react-navigation/drawer": "^6.6.15", "@react-navigation/native": "^6.1.17",...

I am using NativeAdView in react-native my ad component . And its not reflecting / removed after some time.This is a random issue which i am facing . below is...

Native Ads works fine on IOS but Android gives the error on the title.

In the latest version when native ad parent component have flex: 1 or height in style prop, onImpression is not emitting till user scroll or click any other button in...

Hello, there is not one specific issue that I am addressing, but I would like to request that you update the entire package to work with the latest version of...

I would like to trigger a click event on the `NativeAdView` when any area outside of the predefined components(IconView, HeadlineView ...) is clicked. How can I achieve this functionality? Specifically,...