You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
## Description
<!--
Description and motivation for this PR.
Include 'Fixes #<number>' if this is fixing some issue.
-->
Removed legacy `Hammer.JS` web implementation, all it's usages and
references.
Removed `enableLegacyWebImplementation`.
Removed `isNewWebImplementationEnabled`. It's not abundantly clear at
first, but it's an internal function.
## Test plan
There is no additional configuration required for the web, however, since the Gesture Handler 2.10.0 the new web implementation is enabled by default. It is recommended to check if the gestures in your app are working as expected since their behavior should now resemble the native platforms. If you don't want to use the new implementation, you can still revert back to the legacy one by enabling it at the beginning of your `index.js` file:
Nonetheless, it's recommended to adapt to the new implementation, as the legacy one will be dropped at some point in the future.
205
-
206
-
If you want to start using the new implementation but don't want to upgrade Gesture Handler, you can enable it (starting with Gesture Handler 2.6.0) at the beginning of your `index.js` file:
0 commit comments