Current behaviour
Menu Item row styles cannot be customized
Expected behaviour
There should be a prop to customize the MenuItem View styles, or at least the default styles should include
How to reproduce?
|
<View style={styles.row}> |
What have you tried so far?
Using style and contentStyle but they won't work because they are not applied to the inner View
Current behaviour
Menu Item row styles cannot be customized
Expected behaviour
There should be a prop to customize the
MenuItemViewstyles, or at least the default styles should includeHow to reproduce?
react-native-paper/src/components/Menu/MenuItem.tsx
Line 179 in 813cdd4
What have you tried so far?
Using
styleandcontentStylebut they won't work because they are not applied to the innerView