react-native-gesture-handler icon indicating copy to clipboard operation
react-native-gesture-handler copied to clipboard

Get right bridge

Open piaskowyk opened this issue 1 year ago • 0 comments

Description

This PR fixes getting access to right bridge, because currentBridge method can return invalid pointer when more than one instance of react exists in the application. Same changes we made in the Reanimated - https://github.com/software-mansion/react-native-reanimated/pull/5953

Test plan

I tested FabricExample on iOS with/without bridge, after startup and after reload, and it seems to work.

piaskowyk avatar Apr 30 '24 14:04 piaskowyk