Closed
Description
Why it is needed?
I am currently building an apple watch app which tracks a user while they are running. We use healthKit on the watch app to get the users heart rate, distance and speed while running. In order to do so the user must accept healthkit permissions for this data. This can be done on the apple watch app or on the mobile app. At the moment the only way to do this on React Native is to use https://github.com/agencyenterprise/react-native-health/blob/master/docs/permissions.md however this does not allow us to check if a user has accepted the permission, it will only request.
Possible implementation
No response
Code sample
No response