Unsupported session configuration
Hi,
I'm having an issue with the ARKit component. I'm also using a react native camera component on another screen, but during certain sequences of switching between the two, I get the following error:
userInfo: NSLocalizedDescription: "Unsupported capture session configuration." NSLocalizedFailureReason: "Input device and/or format of the provided capture session are not supported for the given configuration." NSLocalizedRecoverySuggestion: "Make sure that the correct device and format are being used for capture."
This only happens when switching in the following order: ARKit (works fine here) --> RNCamera --> ARKit (fails here)
Whereas sequences like this work fine: ARKit . --> screen without RNCamera --> ARKit RNCamera --> ARKit --> screen without RNCamera --> ARKit
The react native camera component works fine no matter the order, and I'm using an iPhone 8 for development. Let me know if you need any other info to debug, any help is appreciated!