react-native-view-shot icon indicating copy to clipboard operation
react-native-view-shot copied to clipboard

Use UiThreadUtil in android (#493)

Open JuliaSpehrer opened this issue 3 months ago • 0 comments

Fix for https://github.com/gre/react-native-view-shot/issues/493.

Without this fix this error is shown: image

With the fix the error is gone.

Solution found in the edit of the initial question here: https://stackoverflow.com/questions/60506273/react-native-android-bridge-error-must-be-called-on-main-thread

JuliaSpehrer avatar May 29 '24 10:05 JuliaSpehrer