Kieran

Results 9 comments of Kieran

It would be great to see this fix merged if possible - this override is breaking support for a lot of other packages.

For me, I found that if I was firing a server request within onDragEnd it would cause this flash. I solved the issue by putting that request inside of a...

Hi, I'm also seeing this on Android. I'm getting the issue with both Samsung and Google Pixel (both front and back cameras). The photo that is taken is either more...

I'm still testing, but here's my current understanding of what happens: - When you select the format using `useCameraFormat`, it selects a format for you based on those requirements you're...

> > * The camera preview always displays using the video aspect ratio rather than the photo aspect ratio. > > @Kieraano You don't know how many hours I had...

I'm getting the same issue on iOS. Once I call: VolumeManager.showNativeVolumeUI({ enabled: true }); Calling this doesn't work as you would expect: VolumeManager.showNativeVolumeUI({ enabled: false }); Basically once you hide...

The below code change fixed the issue for me on iOS. On reflection, this is likely a different issue to what matiastucci experienced. ```// Check if we want to show...

Looks to be fixed here https://github.com/dohooo/react-native-reanimated-carousel/pull/648