-
Notifications
You must be signed in to change notification settings - Fork 24.4k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Pass hitSlop into usePressability #38857
Conversation
This pull request was exported from Phabricator. Differential Revision: D48124538 |
Base commit: a8962ce |
This pull request was exported from Phabricator. Differential Revision: D48124538 |
1 similar comment
This pull request was exported from Phabricator. Differential Revision: D48124538 |
Summary: Pull Request resolved: facebook#38857 `hitSlop` must be passed into the `usePressability` hook in order for it to take effect. It's a no-op if no hit slop is present Changelog: [Internal][Fixed] - Propagate hit slop prop to TextInput pressability config Reviewed By: NickGerleman Differential Revision: D48124538 fbshipit-source-id: 1d95259cd0dfd02f3646022d1fe7f4d39e66a9fa
Summary: Pull Request resolved: facebook#38857 `hitSlop` must be passed into the `usePressability` hook in order for it to take effect. It's a no-op if no hit slop is present Changelog: [Internal][Fixed] - Propagate hit slop prop to TextInput pressability config Reviewed By: NickGerleman Differential Revision: D48124538 fbshipit-source-id: 5721da1c8031f7a9e084efbea98f2a1c8840fa4d
This pull request was exported from Phabricator. Differential Revision: D48124538 |
Summary: Pull Request resolved: facebook#38857 `hitSlop` must be passed into the `usePressability` hook in order for it to take effect. It's a no-op if no hit slop is present Changelog: [Internal][Fixed] - Propagate hit slop prop to TextInput pressability config Reviewed By: NickGerleman Differential Revision: D48124538 fbshipit-source-id: de736df4fa66f423fc647f4c858834f3acd3b386
This pull request was exported from Phabricator. Differential Revision: D48124538 |
Summary: Pull Request resolved: facebook#38857 `hitSlop` must be passed into the `usePressability` hook in order for it to take effect. It's a no-op if no hit slop is present Changelog: [Internal][Fixed] - Propagate hit slop prop to TextInput pressability config Reviewed By: NickGerleman Differential Revision: D48124538 fbshipit-source-id: aca4bed70fed92512bca38632c043160ae0fb974
This pull request was exported from Phabricator. Differential Revision: D48124538 |
This pull request has been merged in d6ff5c6. |
Summary: Pull Request resolved: #38857 `hitSlop` must be passed into the `usePressability` hook in order for it to take effect. It's a no-op if no hit slop is present Changelog: [Internal][Fixed] - Propagate hit slop prop to TextInput pressability config Reviewed By: NickGerleman Differential Revision: D48124538 fbshipit-source-id: a910fdcec55e67d37c84facca297428556ef777e
Summary:
hitSlop
must be passed into theusePressability
hook in order for it to take effect. It's a no-op if no hit slop is presentReviewed By: NickGerleman
Differential Revision: D48124538