I'm using React native popup menu and on click I have a grey background color that appears on the menu. So i read the docs and it says to change customStyles in Menu Trigger but I tried many different things and it doesn't work. I just want that when I press the menu I have no background color.
Asked
Active
Viewed 489 times
1
-
Could you share some code reproducing your issue? – madox2 Mar 04 '21 at 12:06
-
1I recommend you to check https://github.com/instea/react-native-popup-menu/blob/master/examples/TouchableExample.js - most likely you want to use `TouchableWithoutFeedback` – sodik Mar 04 '21 at 14:04
-
Thanks It worked using TriggerTouchableComponent – yoann84 Mar 04 '21 at 17:50