Following deprecation warning appears in RN 0.61.2
-[RCTRootView cancelTouches] is deprecated and will be deleted soon.
Following occurrence of cancelTouches is the only in codebase and can be safely removed:
Any update on this?
Still getting this warning
I found fork with this warning fixed: https://github.com/ouabing/react-native-interactable/commit/5459623dc29401d36ead3148b53df99e4cef10dd
Please add this thanks, while i use patch-package while update package.
I'm getting this too.
I'm not sure if thumbs up-ing the first post is the best way in this repo to get eyes on an issue or not so I'm also commenting. Hope that's ok.
I'm a bit worried about it - any chance to take care of it?
I'm a bit worried about it - any chance to take care of it?
In my case, i need Swipeable, I don't use this library, is replaced with Swipeable of react-native-gesture-handler
I've got much better performance using this library then the Swipeable from react-native-gesture-handler. Sadly this library is still missing a maintainer.
Most helpful comment
Still getting this warning