A

Results 14 issues of A

Hello, I have been trying out the library and it works nicely. The main problems are related to the sentiment not always being correct and, more importantly, that the language...

Hi! 👋 Firstly, thanks for your work on this project! 🙂 Today I used [patch-package](https://github.com/ds300/patch-package) to patch `[email protected]` for the project I'm working on. Here is the diff that solved...

**Describe the bug** `Thread 2: EXC_BAD_ACCESS (code=2, address=0x70000a798ff8)` is returned when using `getWater`. **To Reproduce** ``` let selectionOptions = { date: new Date().toISOString(), // Now } AppleHealthKit.getWater( selectionOptions, (err, waterResults)...

bug

Using `saveMindfulSession` always returns 0, even if the amount added is greater than that. I would expect it to contain the actual amount of hours, minutes, seconds, etc. that I...

bug

I cannot find a way to store Heart Rates with this library, just to retrieve them. I would like to have something like: ``` let options = { value: 75,...

enhancement

As the title says, I am trying to find a way to sample a track and know when there is sound (and its amplitude) and when there is silence? The...

As in the title, it seems that the latest version (8.0.0) fails on a package during `postinstall` but not when re-running `patch-package`. I did some investigations and it seems that...

Here is my setup: I've been using the obfuscator for a while and I've just recently updated to RN 0.72.5 and I started getting this error on build. Here is...

Hello, I am trying to use this code with React-Native (metro). I am using the following settings: ``` compact: true, controlFlowFlattening: false, deadCodeInjection: false, debugProtection: false, debugProtectionInterval: 0, disableConsoleOutput: true,...

Hello! 2 months or so ago I had managed to setup appium + UIAutomator2. I just needed to install the driver (via NPM) and everything magically worked. Today, I spent...