Žiga Hvalec
Žiga Hvalec
I have the same problem. This used to work but now it works only sometimes. `import PushNotificationIos from '@react-native-community/push-notification-ios'; import messaging from '@react-native-firebase/messaging'; import { useEffect } from 'react'; import...
Did you find a solution for this?
> Looks like a [fix was merged in react-native](https://github.com/facebook/react-native/pull/34214/files). Until it's released, adding this to my `post_install` block in `ios/Podfile` fixed it (I have no idea if the issue affects...
any update on this? Checking if file type is supported for our BE is impossible since types are not correct.
photo gets take too quickly. flash turns on, then turns off, then photo is taken. Tested on v3.9.0. Same issue also on previous versions.
> This works with front/rear camera condition : > > ``` > diff --git a/node_modules/react-native-vision-camera/android/src/main/java/com/mrousavy/camera/CameraView+TakePhoto.kt b/node_modules/react-native-vision-camera/android/src/main/java/com/mrousavy/camera/CameraView+TakePhoto.kt > index 88c085f..2293210 100644 > --- a/node_modules/react-native-vision-camera/android/src/main/java/com/mrousavy/camera/CameraView+TakePhoto.kt > +++ b/node_modules/react-native-vision-camera/android/src/main/java/com/mrousavy/camera/CameraView+TakePhoto.kt > @@ -65,13 +65,22...
Any update on this? This would be very useful for us. Right now we have to do manual release and then set this before starting the release.
```closeOnPressBack={false}``` works well for us. But it would still be nice to be able to run some method when user clicks back button. same as what we have for backdrop...
Any update on this?