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
Remove error with GestureHandlerRootView on web (#2558)
## Description
Gestures on web don't work, unless they are wrapped inside `GestureHandlerRootView`. This PR removes the error, so that root view is no longer necessary.
Fixes#2557
## Test plan
Tested on example app.
' must be used as a descendant of GestureHandlerRootView. Otherwise the gestures will not be recognized. See https://docs.swmansion.com/react-native-gesture-handler/docs/installation for more details.'
'GestureDetector must be used as a descendant of GestureHandlerRootView. Otherwise the gestures will not be recognized. See https://docs.swmansion.com/react-native-gesture-handler/docs/installation for more details.'
0 commit comments