Initialize Healthkit. This will show the Healthkit permissions prompt for any read/write permissions set in the required `options` object.
Due to Apple's privacy model if an app user has previously denied a specific permission then they can not be prompted again for that same permission. The app user would have to go into the Apple Health app and grant the permission to your react-native app under *sources* tab.
...
...
@@ -214,7 +214,7 @@ For any data written to Healthkit an authorization error can be caught. If an au
If new read/write permissions are added to the options object then the app user will see the Healthkit permissions prompt with the new permissions to allow.
`initHealthkit` requires an options object with Healthkit permission settings
`initHealthKit` requires an options object with Healthkit permission settings