Closed Aarbel closed 4 years ago
I just transformed a button to a Tappable to manage touch events on mobile.
React's ref don't work after that
ref
Here's my code
Thanks a lot for your help @JedWatson ;)
Solved here : https://github.com/JedWatson/react-tappable/issues/88
But @JedWatson could be really great to pass all props to generated element. With ...props.
...props
I just transformed a button to a Tappable to manage touch events on mobile.
Problem
React's
ref
don't work after thatHere's my code
Thanks a lot for your help @JedWatson ;)