react-native-material-ui icon indicating copy to clipboard operation
react-native-material-ui copied to clipboard

ActionButton has no elevation

Open iRoachie opened this issue 6 years ago • 1 comments

The action button doesn't have any elevation. This is because in the source it gets it's elevation from the state however this value is never set.

https://github.com/xotahal/react-native-material-ui/blob/master/src/ActionButton/ActionButton.react.js#L112

iRoachie avatar Mar 17 '18 02:03 iRoachie

It's starting to be a real issue in react-native ^0.58

nvojnovic avatar Feb 28 '19 11:02 nvojnovic