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 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.
Copy file name to clipboardExpand all lines: packages/docs-gesture-handler/docs/fundamentals/installation.md
+1-9Lines changed: 1 addition & 9 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -121,15 +121,7 @@ cd ios && pod install && cd ..
121
121
122
122
#### Web
123
123
124
-
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. We recommend you 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:
0 commit comments