You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fix(Android): change context while running runOnUiQueueThread on 0.73 with Bridgeless (software-mansion#2022)
## Description
I've been discussing this change with @WoLewicki.
The problem here is that you're attempting to call `runOnUiQueueThread`
on the wrong Context.
## Changes
Changes the `Context` where we invoke `.runOnUiQueueThread`
## Test code and steps to reproduce
Tested against this reproducer:
https://github.com/cortinico/reproducer-rnscreens-bridgeless
## Checklist
- [x] Included code example that can be used to test this change
- [x] Ensured that CI passes
Co-authored-by: tboba <[email protected]>
0 commit comments