当我长按图像时,我有一个带有图像网格的滚动视图我想停止将鼠标事件传播到滚动视图,只是监视动作.意图在压出时重新初始化传播.谁知道怎么样?
你应该看看手势响应者的方法:
https://facebook.github.io/react-native/docs/gesture-responder-system.html#responder-lifecycle.实际上更简单的方法是看看PanResponder
https://facebook.github.io/react-native/docs/panresponder.html – 首先看UIExplorer示例,看看它在运行中:
https://github.com/facebook/react-native/blob/master/Examples/UIExplorer/ResponderExample.js.我不确定这是否可以处理你的长记?
原文链接:/react/300998.html