react-native-paper-dates icon indicating copy to clipboard operation
react-native-paper-dates copied to clipboard

Better focus/hover support on buttons

Open RichardLindhout opened this issue 5 years ago • 3 comments

RichardLindhout avatar Aug 20 '20 09:08 RichardLindhout

We need to convince React Native Paper maintainers to move to the Pressable component of React Native. (https://github.com/callstack/react-native-paper/issues/2142) We need to convince React Native Web maintainers to support hovered, focused in the Pressable component (https://github.com/necolas/react-native-web/issues/1708)

RichardLindhout avatar Aug 20 '20 09:08 RichardLindhout

React Native Web 0.14.0 is released with official hover support.

RichardLindhout avatar Oct 10 '20 10:10 RichardLindhout

Opened PR for TouchableRipple hover support: https://github.com/callstack/react-native-paper/pull/2281

RichardLindhout avatar Oct 10 '20 13:10 RichardLindhout

RNP added Pressable so hover should now be easier to add in RNP :)

RichardLindhout avatar Dec 24 '22 08:12 RichardLindhout

Finally done!

RichardLindhout avatar Dec 21 '23 19:12 RichardLindhout