react-native-healthkit icon indicating copy to clipboard operation
react-native-healthkit copied to clipboard

deleteCategorySample method

Open ender-null opened this issue 9 months ago • 3 comments
trafficstars

I could not find any way to delete samples saved with saveCategorySample, specifically SexualActivity.

ender-null avatar Jan 29 '25 21:01 ender-null

Sorry but this library can't be used as a contraceptive! ;)

I think you're right - it just hasn't been implemented in the library. We don't currently need it in our use cases - but a PR is welcome!

robertherber avatar Jan 29 '25 21:01 robertherber

would be hard to implement? I'm a bit new to react native, but maybe I could give it a try because I need this feature for my app

ender-null avatar Feb 10 '25 00:02 ender-null

It does require a bit of Swift and TypeScript, but you could fairly easily look at how other methods are implemented and do similarly.

robertherber avatar Feb 10 '25 03:02 robertherber

This is supported with the generic deleteObjects() function in v9.

robertherber avatar Jun 17 '25 11:06 robertherber