Sourav kukreti

Results 6 issues of Sourav kukreti

How to schedule a notification from the `start date` to till the `end date`. eg: start date - `2022-08-09 12:10:00Z` end date - `2023-05-09 12:10:00Z` I tried the find all...

const scanAndConnect = () => { bleManager.startDeviceScan( null, {allowDuplicates: false}, (error, device) => { if (error) { if (error.message === 'BluetoothLE is powered off') { bleManager.enable(); } // Handle error...

bug

`BackgroundTimer.setInterval()` is running `4-5 seconds` more than the actual timer. when I try to run this for `5 minutes` it's actually running for `5 minutes 5 seconds`. which is not...

### Is there an existing issue for this? - [X] I have searched the existing issues ### Explain what you did I need to add a border-bottom style only bottom...

Needs Triage

Update LineGraph line after changing/updating the yAxis label using `formatYLabel` I'm using the `LineGraph` chart and formatting the `yAxis label` using `formatYLabel` manually. data getting in `formatYLabel` = "100", "150",...

**Describe the bug** Im just extracting a .obz file and it's extracted for IOS but for Android, it gives the Traversal Vulnerability error. **Expected behavior** It should extract the same...

help wanted
Android