-
Notifications
You must be signed in to change notification settings - Fork 110
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 not working on Android #137
Comments
I have the same problem. Have you found a solution? |
Got the same issue, has anybody solved it yet? |
Hey guys I've figured it out! import React from 'react'; const settings = { // physical properties of the spring let gestureGlobal; const pythagoras = (x, y) => { const animateOut = async (gesture, setSpringTarget) => { setSpringTarget({ // for now animate back const animateBack = setSpringTarget => { const getSwipeDirection = speed => { // must be created outside of the TinderCard forwardRef const TinderCard = React.forwardRef(
}, // module.exports = TinderCard |
I'm trying to create a button inside a card with this simple snippet code on React Native.
When I do test with an iOS emulator all it's working fine, but on Android the onPress event is not recognize... What i've to do?
The text was updated successfully, but these errors were encountered: