Closed m-bert closed 1 month ago
Turns out that rotation on macOS works in opposite direction comparing to other platforms. This PR fixes that behavior.
Description
Turns out that rotation on macOS works in opposite direction comparing to other platforms. This PR fixes that behavior.
Test plan
Tested on the following code (check `rotation` value in event)
```tsx import React from 'react'; import { StyleSheet, View } from 'react-native'; import { Gesture, GestureDetector } from 'react-native-gesture-handler'; export default function EmptyExample() { const g = Gesture.Rotation().onChange(console.log); return (