Skip to content

Commit 6c6875d

Browse files
committed
manual activation and comment
1 parent 5d26828 commit 6c6875d

File tree

1 file changed

+1
-1
lines changed
  • packages/react-native-gesture-handler/src/v3/components/Pressable

1 file changed

+1
-1
lines changed

packages/react-native-gesture-handler/src/v3/components/Pressable/Pressable.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -209,7 +209,7 @@ const Pressable = (props: PressableProps) => {
209209
const hoverOutTimeout = useRef<number | null>(null);
210210

211211
const hoverGesture = useHoverGesture({
212-
// manualActivation: true, // Prevents Hover blocking Gesture.Native() on web
212+
manualActivation: true, // Prevents Hover blocking native gesture on web
213213
cancelsTouchesInView: false,
214214
onBegin: (event) => {
215215
if (hoverOutTimeout.current) {

0 commit comments

Comments
 (0)