deanmcpherson / deanmcpherson/react-native-sortable-listview
Why do we need InteractionManager?
Open
- Dominant language
- JavaScript
- Stars
- 909
- Forks
- 225
- PR merge metrics
- No merged PRs in 30d
Description
Hi,
Thanks for great library. I'm having issue when InteractionManager didn't fire callback because of some long running interaction that I don't control (using third party library). I'm wondering which edge cases would happen if I remove InteractionManager? From the doc, PanResponder would block long-running JS for active gesture. Would it be better to setTimeout to release PanResponder rather than waiting for previous interaction to finish?
Regards,
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.