james-cohen
james-cohen
This is still happening in 0.73.2
Is it because you're using the same ref for both cameras? I use dual camera in my app without issue, the only caveat is you have to initialise one before...
Hi @Samaritan1011001, I've pasted the build.gradle contents below (I'm working on the same project): ``` buildscript { ext { kotlinVersion = "1.9.22" buildToolsVersion = "34.0.0" minSdkVersion = 26 compileSdkVersion =...
Also happening on our XCode Cloud pipeline on v6.0.2, no changes but suddenly failing: ``` ... Installing ffmpeg-kit-ios-https (6.0) Installing ffmpeg-kit-react-native (6.0.2) Installing fmt (6.2.1) Installing glog (0.3.5) Installing hermes-engine...
Seems like its now resolved, our pipeline is working again
Thanks for the detailed response. We did indeed upgrade from 7.8.2 but it wasn't working then either - that was expected as found in the [release notes](https://notifee.app/react-native/docs/release-notes#notifee) from 7.0.0 that...
Happy to close this - this was a misunderstanding on my part on how notification detection logic works between Notifee / RNFB