MenuItemSwitch
Import
import { MenuItemSwitch } from '@nomada-sh/react-native-eyecandy';
Example
See Menu example.
Props
MenuItemBase Props
Inherits MenuItemBase Props
text
Type |
---|
string |
textColor
Type |
---|
string |
value
Type |
---|
boolean |
onValueChange
(value: boolean) => void;
Type |
---|
function |