A component to show a single list item inside a Menu.
title
React.Node
Title text for the MenuItem.
MenuItem
icon
IconSource
Icon to display for the MenuItem.
disabled
boolean
Whether the 'item' is disabled. A disabled 'item' is greyed out and onPress is not called on touch.
onPress
() => mixed
Function to execute on press.
theme
Theme
style
any