Ivanka Todorova

Results 24 comments of Ivanka Todorova

Hello, [I started adding these data types to the package](https://github.com/fakeheal/react-native-health/tree/support-for-reproductive-health), however I cannot find any information as of why Apple allows only writing to Health for those data types. What...

Thank you so much for the clarification, @Johan-dutoit! Silly me, I have added the permissions in the `getWritePermFromText`, but not in `getReadPermFromText` in [`RCTAppleHealthKit+TypesAndPermissions.m`](https://github.com/agencyenterprise/react-native-health/blob/master/RCTAppleHealthKit/RCTAppleHealthKit%2BTypesAndPermissions.m). I have fixed that mistake in...

Hey, @Johan-dutoit, > Successfully queried data (well, I got an empty array), > Successfully requested write permission (although couldn't find the write function, I was only going to use it...

I am glad it works! Thank you for testing! What other data types are you using in your project? Maybe we can split the work on adding the other functionality...

> The interestiong thing is thay I do receive console.log result 'workout successfully saved' with the UUIDString. Can you go to the Health App > Your profile (top right, your...

@tagirahmad I am having problems reproducing this issue. Can you create a repository reproducing your problem?

@lucaspbordignon Have you had any success in reproducing this issue?

I tried reproducing your problem, by using the `example/` project in this repository, changed `App.tsx` ([see my changes](https://gist.github.com/fakeheal/efc2e5a4626aa7d2a99f22fd17e7da0e)) to request read and write permissions for steps, and then query them....

Yes, I have added only methods fo on this branch: - getBasalBodyTemperatureSamples() - getMenstrualFlowSamples() Unfortunately, the app I am creating isn't in the stage where I'd need more methods in...

Thank you so much for both your sponsorship and contribution! Over the next week I will implement & test the changes you suggested!