rn-samsung-health icon indicating copy to clipboard operation
rn-samsung-health copied to clipboard

React Native package to access Samsung Health data using samsung health kit android sdk

Results 16 rn-samsung-health issues
Sort by recently updated
recently updated
newest added

In build gradle, `dependencies { compile 'com.facebook.react:react-native:+' compile fileTree(dir: "libs", include: ["*.jar"]) }` should be changed to `dependencies { implementation 'com.facebook.react:react-native:+' implementation fileTree(dir: "libs", include: ["*.jar"]) }` to avoid runtime...

I have just yarn added it and pasted the required meta data in AndroidManifest.xml. Also the developer mode in Samsung Health app asks for a client ID and access token...

I am unable to get past the permissions window, I can't seem to be able to slide the permission slider. Any idea how to fix that? Any help appreciated, thanks!

Are there any methods to get Calories and Distance data?

Hello! I'm using this module to get Samsung Health Steps, Sleep, and HearRate Data but when I allow them to get permissions it shows "Permission Canceled" toaster. I see in...

How did you got the certification to use the data? Like anyone can apply for it?

I developed an app and was approved by Samsung Health partner, but when I tried to use without the developer mode an error appears. The error is: "ClassNotFoundException when unmarshalling:...

I am able to fetch steps count and calories but not distance value.

Hello, I am trying to implement this module into a project and I followed the steps in the Readme. But I keep getting this answer. I am testing it by...