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
6.14k stars 982 forks source link

Privacy Info #2857

Closed Jignesh1303 closed 7 months ago

Jignesh1303 commented 7 months ago

Description

Please add privacy info file for usage of non public api.

Found potentially required reason API usage 'mach_absolute_time()' in './node_modules/react-native-gesture-handler/ios/Handlers/RNLongPressHandler.m' Line numbers: 43 64

Apple wont allow app after 30th April.

Steps to reproduce

PrivacyInfo is not found in iOS

Snack or a link to a repository

jignesh1303

Gesture Handler version

2.14.0

React Native version

0.73.4

Platforms

iOS

JavaScript runtime

None

Workflow

None

Architecture

None

Build type

None

Device

None

Device model

iOS

Acknowledgements

Yes

github-actions[bot] commented 7 months ago

Hey! 👋

The issue doesn't seem to contain a minimal reproduction.

Could you provide a snack or a link to a GitHub repository under your username that reproduces the problem?

m-bert commented 7 months ago

Hi @Jignesh1303! I can see you're using Gesture Handler 2.14.0. We've recently merged #2830 which has been released in 2.16.0. It should resolve this issue.

Jignesh1303 commented 7 months ago

I am not able to see privacy file. Have you removed usage of the api?

m-bert commented 7 months ago

Yes, we did as you can see in #2830