react-native-really-awesome-button icon indicating copy to clipboard operation
react-native-really-awesome-button copied to clipboard

[Question] expose onPressOut method

Open Kiura opened this issue 3 years ago • 1 comments

Can the onPressOut method be exposed?

Also any plans on adding TypeScript support?

Kiura avatar Jul 18 '21 17:07 Kiura

Let me clarify the issue:

  1. onPressOut triggers even if the finger is slid out of the button, in which case it should not trigger the onPress function
  2. Every import of the button requires explicitly disabling the linter would be nice to have typescript support

BTW, really cool library, thx for making it

Kiura avatar Aug 07 '21 18:08 Kiura

Hey @Kiura, I've pushed the requests on v2, docs are updated on the README file. Thanks for contributing.

rcaferati avatar Oct 17 '22 11:10 rcaferati

hey! were you able to fix the slide out issue by using onPressOut? if so, mind sharing how?

jimdog1001 avatar Dec 31 '23 03:12 jimdog1001