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
[skip ci] fix[getInternalInstanceHandleFromPublicInstance]: make it backwards compatible with previous Fabric implementation
Summary:
Changelog: [Internal]
Currently, OSS versions ofReactFabric and ReactNativeRenderer artifacts are ~2 years behind the FB version.
Fabric host components store internal instance in __internalInstanceHandle field, previously they have been storing it in the field with the same name, but with one underscore in prefix:
https://www.internalfb.com/code/fbsource/[79c52d10beb6]/xplat/js/react-native-github/packages/react-native/Libraries/Renderer/implementations/ReactFabric-dev.js?lines=5151
Once these artifacts will be synced, the implementation will use __internalInstanceHandle field, so we can safely remove the branch with a single underscore prefix.
Differential Revision: D52697886
0 commit comments