Jagadeesh Govindaraj
Results
2
comments of
Jagadeesh Govindaraj
any update on this
Here is my working solution.(this.setState() is make to swipe slower so prefer local variables in your swipe actions) ``` _disableScroll() { //debugger; this._list.getScrollResponder().setNativeProps({ scrollEnabled: false }) } _enableScroll() { this._list.getScrollResponder().setNativeProps({...