MenuItemBase
Derived components:
Import
import { MenuItemBase } from '@nomada-sh/react-native-eyecandy';
Example
See Menu example.
Props
style
These styles will be applied to the container view.
Type |
---|
View Style |
contentContainerStyle
These styles will be applied to the content container view.
Type |
---|
View Style |
icon
Type |
---|
Icon |
iconColor
Type |
---|
string |
iconBackgroundColor
Type |
---|
string |
separator
Type |
---|
boolean |
onPress
() => void;
Type |
---|
function |
testID
Type |
---|
string |