Lương Minh
Lương Minh
same issue
work for me Add this code in node_modules/react-native-admob-native-ads/android/src/main/java/com/ammarahmed/rnadmob/nativeads/RNAdmobMediaView.java ```java @Override protected void onDetachedFromWindow() { super.onDetachedFromWindow(); // Add this if(this != null){ this.removeAllViews(); } } ```
@lean098 Unfortunately, I encountered your same situation, but it worked for me I try to remove unfocused ads on the screen and when other ads show (which are videos), this...