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

Remove `getSurfacePresenter` and `getModuleRegistry` from RCTHost

Open cipolleschi opened this issue 2 months ago • 1 comments

Summary: This change removes a couple of method from RCTHost which were not following the iOS convention for names.

We deprecated them in 0.74 and now that the branch is cut, we can remove them.

Changelog:

[iOS][Breaking] - Remove getSurfacePresenter and getModuleRegistry from RCTHost

Differential Revision: D56633554

cipolleschi avatar Apr 26 '24 14:04 cipolleschi

Platform Engine Arch Size (bytes) Diff
android hermes arm64-v8a 19,461,290 -9
android hermes armeabi-v7a n/a --
android hermes x86 n/a --
android hermes x86_64 n/a --
android jsc arm64-v8a 22,834,097 +9
android jsc armeabi-v7a n/a --
android jsc x86 n/a --
android jsc x86_64 n/a --

Base commit: 1f087995608fd016a8a3dd84c0ca88a9239d96b9 Branch: main

analysis-bot avatar Apr 26 '24 15:04 analysis-bot

landed https://github.com/facebook/react-native/commit/f19371f28ddbb660ed08a3e38aef85f27f0876a7

cipolleschi avatar May 01 '24 13:05 cipolleschi