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 4b6e077 commit 2ea9b24Copy full SHA for 2ea9b24
1 file changed
packages/react-native-gesture-handler/src/web/detectors/RotationGestureDetector.ts
@@ -41,6 +41,7 @@ export default class RotationGestureDetector
41
42
const firstPointerCoords = tracker.getLastAbsoluteCoords(firstPointerID);
43
const secondPointerCoords = tracker.getLastAbsoluteCoords(secondPointerID);
44
+
45
if (!firstPointerCoords || !secondPointerCoords) {
46
return;
47
}
0 commit comments