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.83k stars 952 forks source link

Replace `mach_absolute_time` with `CACurrentMediaTime` #2830

Closed j-piasecki closed 1 month ago

j-piasecki commented 1 month ago

Description

Replaces mach_absolute_time with CACurrentMediaTime which doesn't need to be specified in the privacy manifest.

Test plan

Tested on the Example app.