Asko_Dev
Asko_Dev
yes I am ... it's even in their "list of apps u can connect to us" .. it now started properly sending data I see the logs. Finally logging activity...
steps are querying ... I do get steps .... and correct amount even, so maybe samsung health is not writing calories?
ok definitely not your issue, finally found a piece of information, they do not sync activity calories, only exercise, I just tried to turn on walking exercise and walked and...
Issue: CameraPreview.capture() ignores requested dimensions, defaulting to initialization resolution
Same here `const { value: base64String } = await CameraPreview.capture({ quality: 85, height: 800 })` `height` gets completely ignored, returns just the phones default which on my testing device was...
Issue: CameraPreview.capture() ignores requested dimensions, defaulting to initialization resolution
Ok so I went through the code and the issue is that `capture()` doesn't resize based on the options we input, it just takes them and looks through the phone's...