GregWilson / react-native-apple-healthkit

A React Native bridge module for interacting with Apple HealthKit data
176 stars 42 forks source link

How to access HKAuthorizationStatus?? #26

Open ApolloMuses opened 7 years ago

ApolloMuses commented 7 years ago

Sorry if this may seem like a dumb question, I was wondering how do access the HKAuthorizationStatus constants to ensure that the user hasn't turned off permissions or have actually given permissions??

Thanks!