It is possible to prevent 'react-native-camera' from unmounting when the application goes in foreground?
I've used '@voximplant/react-native-foreground-service' to easily create a foreground service with success, but it seems that 'react-native-camera' is unmounting when the app loses focus.
I know that this is the normal behaviour but I search for a way to scan barcodes with the app in foreground and react to those events.