JJSLIoT
JJSLIoT
Any updates on this?
@jdnichollsc Thank you for the reply. I couldn't find any such documentation but I am pretty confident that the support should be there because an older version of chrome(87.0.4280.141) do...
@gbmsimoes For me, in both cases success/failure, it happens pretty instantly and I observed no such 5 seconds delay in either of the cases. Thanks for sharing the chromium bug...
Following this fixed my issue: https://stackoverflow.com/a/72213687/7040601
Found a workaround to this solution: Add a slight delay before writing to the BLE device, I used a 50ms delay before writing anything to the BLE device to solve...
For me putting `#import ` before `#if defined(FB_SONARKIT_ENABLED) && __has_include()` statement in AppDelegate.m worked
I am also getting response as `{"didCancel":true}`. My device details: Xiaomi Redmi K20 Android 11 MIUI Global 12.1.4
Possible duplicate of https://github.com/react-native-image-picker/react-native-image-picker/issues/713
Facing the same issue. ### Dependencies `react-native: 0.71.17` `react-native-reanimated: 3.8.1` `@gorhom/bottom-sheet: 5.0.0-alpha.9`
Checked after upgrading to [v5.0.0-alpha.8](https://github.com/gorhom/react-native-bottom-sheet/releases/tag/v5.0.0-alpha.8) but the issue seems to persist. The bottom sheet does not open the first time, I need to call `sheetRef.current?.snapToIndex(0);` twice to actually open it....