Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix(Android): change context while running
runOnUiQueueThread
on 0.…
…73 with Bridgeless (#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]>
- Loading branch information