You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It would be helpful for permission priming the user – being able to know existing permissions to conditionally show a modal that explains and prepares the user to accept the system permission modal.
Also, if the user has denied access, I can conditionally show a modal that explains how to grant access and link them to their system settings.
First off, thanks for this great library! I've been looking to play with HealthKit records and this helps a lot!
I see in
RCTAppleHealthKit.h
there is a methodcheckPermission
defined. Is this feature still in progress?If so, could it accept a set of permission types similar to
initializeHealthKit
? (Currently it looks like it will accept only a string)Again, thanks for this project!
The text was updated successfully, but these errors were encountered: