Skip to content

Conversation

@UrazAkgultan
Copy link
Collaborator

This PR updates react-native-vision-camera to v4.7.3, which includes an upstream fix for an Android crash occurring during camera module initialization.

Problem

On startup, CameraDevicesManager triggered sendAvailableDevicesChangedEvent() before the React instance was fully ready. This caused:

java.lang.IllegalStateException: Tried to access a JS module before the React instance was fully set up.

The issue originated from the module emitting JS events from an initialization coroutine that could run before initialize() was called.

@UrazAkgultan UrazAkgultan requested a review from a team as a code owner November 28, 2025 08:56
@UrazAkgultan UrazAkgultan changed the base branch from main to version/mx/10 November 28, 2025 08:56
@UrazAkgultan UrazAkgultan added the SP 10.24 Mendix Studio Pro 10.24 label Nov 28, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Core SP 10.24 Mendix Studio Pro 10.24 Widget

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants