mnafiseh
mnafiseh
Did you get an answer for this?
@devevecare I made a pr that should fix this issue. https://github.com/henninghall/react-native-date-picker/pull/782
@brentvatne We are having the same issue as well. I was curious if its caused by .mov being the extension? The link works on `expo-video` from our testing. Example link:...
Did you manage to get this fixed? We are facing a similar problem
@intent-kacper-cyranowski I had this issue recently, and found out its due to setting the `timeout` property in the `connectToDevice` option. What fixed it: ``` bleManager .connectToDevice(deviceId, { autoConnect: false, requestMTU:...