-
Notifications
You must be signed in to change notification settings - Fork 129
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
"onPress" event only fired when I hold the button and not when touched #44
Comments
+1 "react": "16.13.1" edit: Fixed the issue when the delayPressIn and delayPressOut properties of the TouchableWithoutFeedback component in index.js were set to 0. I thought it might be helpful in solving the problem. |
+1 |
Same issue here -- can it be because of a change in React Native 0.63? |
Tested to see if there were accidental double-clicks after this change? |
Fixed this issue use -- @umangmaurya/react-native-really-awesome-button |
@umangmaurya using your fork, I get the following warning: Warning: This synthetic event is reused for performance reasons. If you're seeing this, you're accessing the property |
Having this problem as well. |
Same problem here using Expo SDK 39 |
I sent a PR about this.. |
I am afraid that this library may not be maintained? Are there any forks that address this issue? Thanks! |
I even tried to use Then I used "absolute" styling and while I do see it above the button, the "press" does not work:
|
@umangmaurya/react-native-really-awesome-button use this fork |
Just use "react-native-really-awesome-button": "1.3.0" version, it worked! |
"onPress" event only fired when I hold the button and not when touched
The text was updated successfully, but these errors were encountered: