lucaspbordignon / rn-apple-healthkit

A React Native package for interacting with Apple HealthKit
https://www.npmjs.com/package/react-native-health
MIT License
519 stars 296 forks source link

Can I disconnect my react native app from apple healthkit? #115

Open ShaharyarMaroof opened 4 years ago

ShaharyarMaroof commented 4 years ago

Hey @terrillo, once I call AppleHealthKit.initHealthKit(options, callback), is there any method to disconnect the react native app from the Apple HealthKit? Something to revoke access to HealthKit data in the app?

ShaharyarMaroof commented 4 years ago

@terrillo any updates on this?