We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5d26828 commit 6c6875dCopy full SHA for 6c6875d
1 file changed
packages/react-native-gesture-handler/src/v3/components/Pressable/Pressable.tsx
@@ -209,7 +209,7 @@ const Pressable = (props: PressableProps) => {
209
const hoverOutTimeout = useRef<number | null>(null);
210
211
const hoverGesture = useHoverGesture({
212
- // manualActivation: true, // Prevents Hover blocking Gesture.Native() on web
+ manualActivation: true, // Prevents Hover blocking native gesture on web
213
cancelsTouchesInView: false,
214
onBegin: (event) => {
215
if (hoverOutTimeout.current) {
0 commit comments