NZME / react-native-ad-manager

Google Ad Manager bridge for React Native
MIT License
52 stars 61 forks source link

Missing Functionality for Closing Ads #139

Open Waqar-Akhtar opened 1 week ago

Waqar-Akhtar commented 1 week ago

Issue: The current implementation of the React Native Ads Manager does not include a function to close or dismiss ads programmatically. This functionality is essential for managing ad lifecycle and user experience.

Expected Behavior: A method or function should be available to programmatically close or dismiss ads when necessary. This functionality will allow developers to have better control over ad presentation and improve user interactions.

Actual Behavior: There is no provided function or method to close or dismiss ads within the React Native Ads Manager package. As a result, developers are unable to control the ad lifecycle effectively.