dkuznetsov

Results 2 comments of dkuznetsov

+1 Ran into this while upgrading react and react-native info Fetching system and libraries information... System: OS: Windows 11 10.0.26100 CPU: (12) x64 11th Gen Intel(R) Core(TM) i5-11400H @ 2.70GHz...

I resolved this by moving the init {} in CameraDevicesManager.kt to initialize() function override fun initialize() { super.initialize() // Init cameraProvider + manager as early as possible coroutineScope.launch { try...