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

``` import { useState } from 'react' import { Button, Text } from 'react-native' import { SafeAreaView } from 'react-native' import RNSamsungHealth from 'rn-samsung-health' export default function Home() { const...

Please help me to resolve this. ![ss](https://user-images.githubusercontent.com/68764469/218113270-b4e5d53e-ceab-4b48-b956-aeaf88d55aad.jpg)

Is there anyone who solved the 'permission disabled' issue? The toggle button(all permission) is not working

we are getting the following error when the user clicks on all the permissions or select permissions one by one. **ERROR:** {"nativeStackAndroid":[],"userInfo":null,"message":"Permisson canceled","code":"EUNSPECIFIED","line":2110,"column":45,"sourceURL":"http://localhost:8081/index.bundle?platform=android&dev=true&minify=false&app=com.centavizer&modulesOnly=false&runModule=true"} - Here is the code which I...

Hello! Currently, I am new to react native, and I and working on a project in which I have to fetch data that is produced by a Samsung watch. That's...