isinuyk

Results 7 comments of isinuyk

@mrousavy have the same problem on the Samsung A11 when taking picture using front camera. in my case this line `val sensorOrientation = cameraCharacteristics.get(CameraCharacteristics.SENSOR_ORIENTATION)!!` returns `270` I've tried to change...

I've been investigating this bug for a while and found the root of the problem. So, the first thing that you need to know is that `isMirrored `value is strictly...

@mrousavy Unfortunately, I don't have a physical Pixel device, so I just tested it on an Pixel 3 emulator and it worked for me, but I know that camera2 API...

@JamesHemery I don't think `val isFront = cameraCharacteristics.get(CameraCharacteristics.LENS_FACING) == CameraCharacteristics.LENS_FACING_FRONT` this condition is required. as you can see you already doing something inside of `photo.isMirrored` scope and if you take...

Got the same problem on RN 0.73.2 Fabric enabled Was able to temporary fix it by adding this script into post install script of Podfile ``` installer.pods_project.targets.each do |target| if...

+1 For me, it is IOS only when the new arch is turned on I have react-native: 0.73.2 react-native-webview: 13.6.4 react-native-screens: 3.29.0 @react-navigation/native: 6.1.9 @react-navigation/native-stack: 6.9.17 So, the crash happens...

> Same problem for me - when you navigate to a previous screen it crashes. Happens only on iOS with new architecture enabled. > > My stack is: @react-navigation/native: 6.1.7...