2017-08-24 122 views
1

如何檢測React Native在整個屏幕上的左側滑動?在React Native中檢測左側滑動

是否有必要使用PanResponder或者它可以做得更容易一點嗎?

+0

這並不難,你可以用 'onResponderMove' 事件,https://facebook.github.io/react-native/docs/gesture-responder-system.html – Ozgur

回答