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

feat: touch to display tooltip

Open Steven-MKN opened this issue 6 months ago • 1 comments

Motivation

I would like my users to touch the info icon (not long touch), as this would be more intuitive when it's on a TextInput or similar. 286460785-60761953-db93-4399-87f0-689fbfa9c96a an example where I'd prefer a touch instead of a long touch

Related issue

https://github.com/callstack/react-native-paper/issues/4206

Test plan

To test this I have created an example tooltip in a TextInput, the tooltip is set to display on touch. Here is an example:

Screen_recording_20240819_155635.webm

Steven-MKN avatar Aug 19 '24 14:08 Steven-MKN