Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Prevent iOS host object installation from getting the wrong bridge (s…
…oftware-mansion#2146) Similar to software-mansion/react-native-reanimated#5953, using `[RCTBridge currentBridge]` may lead to the wrong bridge in apps that have multiple React instances, as is the case for expo-dev-client. This results in apps sometimes crashing when reloading the bundle after interacting with the DevMenu.
- Loading branch information