Thegabbanator

Results 155 comments of Thegabbanator

+1 on this issue. I let the encode run for 2 minutes before I terminated the instance and it would not compute the blurhash. I used the react-native-compressor package to...

@terrysahaidak Agreed. Would be nice if this was directly part of the encoding function to be honest, at least for iOS. Would make the package more functional on it's own.

Thanks @hirbod! I did do some further research on this request and it turns out that the react-native-device-info package does have a headphones check api. Will keep you posted on...

@hirbod Brilliant explanation. Thanks so much, that makes so much sense based off what I've been experiencing. Super frustrating because I would set the audio session with Volume Manager and...

@mpiannucci I am not talking about triggering the context view. I'm talking about just adding a basic `onPress` function for other utilities. Right now, let's say you have an image...

@mpiannucci Thanks, I didn't see that property, although it is still not quite what I'm looking for. Throw aside opening the context menu, I'm just looking for an extra `onPress`...

I'm also facing this issue with building a expo dev client and its failing on fastlane with the same error.

+1 I'm getting this error on Google Pixel 3 just simply pressing a button that issues a takePhoto() ```json "errorType": "CameraRuntimeError", "title": "session/recoverable-error", "message": "An unknown error occurred while creating...

Thanks @mrousavy. I did post a bug request here: https://issuetracker.google.com/issues/332350593 per your request. They did send me a demo test app apk to try out, which I plan on doing...