software-mansion / react-native-gesture-handler

Declarative API exposing platform native touch and gesture system to React Native.
https://docs.swmansion.com/react-native-gesture-handler/
MIT License
5.85k stars 954 forks source link

Fix `cancell` typo #2854

Closed m-bert closed 1 month ago

m-bert commented 1 month ago

Description

Recently, I found a typo that was bothering me, so I decided to correct it.

Test plan

Add shouldCancelWhenOutside to any Pan and check that it works.