instea/react-native-popup-menu

How do I style the container(dialog) of the menu?

Closed this issue · 5 comments

How do I style the container(dialog) of the menu?

@sodik82 as I can see in this example, the Trigger is being styled, I want to style the container after being triggered, so after it opens. Been trying to style the MenuOptions but there is a parent to that which I cannot style.

what is container for you?

for me the container is green (in our example). do you mean backdrop (see https://github.com/instea/react-native-popup-menu/blob/master/examples/StylingExample.js )?

This is what I want to style, I tried giving styles to the but there is a parent to MenuOptions.

Picure

Found it. It's the optionsContainer! Thank you