Walter Holohan
Walter Holohan
> @walterholohan sorry I have been away two weeks. > > I have not really time to test this, but I'm glad to give my thumbs up if you say...
Thanks guys, I have now removed the dist folder
@mtford90 would it be possible to get a review on this PR and then get a new release?
@andresarezo I believe it is working on 15.6. We have a Watch app in production at the moment that uses this library and have had no complaints from users who...
@meabed I just used the forked repo in my project and everything is working fine. Maybe is something to do with one of the children in the view.
@codler added a few commits to his forked repo. Would be good to get all his changes in 
I just added one for RunningSpeed if you want to use this PR as an example - https://github.com/agencyenterprise/react-native-health/pull/249
Looking at the HKAuthorizationStatus enum the following should be retuned, suggesting that `1` should be returned when a user presses `Do Not Allow` and `2` should be returned when a...
If you call `AppleHealthKit.getAuthStatus` after `initHealthKit` you will get the array permission status. However the `read` status will always be returned as 1 even if you press allow e.g. `{"permissions":...
Yep same here, if we add `` within a screen then the header overlaps the children of the screen