react-native-paper-dates
react-native-paper-dates copied to clipboard
Better focus/hover support on buttons
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)
React Native Web 0.14.0 is released with official hover support.
Opened PR for TouchableRipple hover support: https://github.com/callstack/react-native-paper/pull/2281
RNP added Pressable so hover should now be easier to add in RNP :)
Finally done!