gre / react-native-view-shot

Snapshot a React Native view and save it to an image
https://github.com/gre/react-native-view-shot-example
MIT License
2.64k stars 344 forks source link

Privacy Manifest file #530

Open diego-antonelli opened 3 months ago

diego-antonelli commented 3 months ago

feature request

From May 1st it is required by Apple to have Privacy Manifest in order to release apps containing native SDK calls.

https://developer.apple.com/documentation/bundleresources/privacy_manifest_files

Version & Platform

3.8.0

Platform: iOS

Expected behavior

Contains an PrivacyInfo.xcprivacy

Actual behavior

It doesnt contain any file.

Steps to reproduce the behavior

Try to release the app in the AppStore

diego-antonelli commented 3 months ago

@gre can you take a look on it?