mxck / react-native-material-menu

Pure JavaScript material menu component for React Native
MIT License
512 stars 91 forks source link

MenuItem underlayColor not working #79

Closed huutritran closed 2 years ago

huutritran commented 4 years ago

// MenuItem.js const Touchable = Platform.select({ android: TouchableNativeFeedback, default: TouchableHighlight, });

underlayColor not working in default, when change to android: TouchableHighlight it work correctly

mxck commented 2 years ago

This should be fixed in v2.0.0. Prop right now is called pressColor