react-native-menu / menu

UIMenu Component for React Native
MIT License
995 stars 58 forks source link

add isCheckable from state prop #872

Closed marcosrdz closed 2 months ago

marcosrdz commented 3 months ago

if prop value for state is "on" or "off" then isCheckable = true and isChecked = menuState, otherwise isCheckable = false

marcosrdz commented 2 months ago

@Naturalclar any chance of reviewing this?