Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
RCTTouchHandler doesn't delay any touches anymore
Reviewed By: mmmulani Differential Revision: D4418211 fbshipit-source-id: 07fdd81d975c6b65477e599e2dcb604b64556e9e
- Loading branch information
930010e
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
any context around this?
930010e
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@brentvatne After landing epic c68a708 we found that
<NavigatorIOS>
stoped working because of delaying "ends" of touches. So, we turn if off because we have no idea why we should delay it.Do you have any concerns?