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

remove force_static from componentregistry module

Open sammy-SC opened this issue 1 year ago • 1 comments

Summary: changelog: [interna]

force_static doesn't need to be in here, let's remove it.

I change one module per diff. It makes it easier to land it and pinpoint where build failures are coming from.

Reviewed By: javache

Differential Revision: D56632286

sammy-SC avatar Apr 27 '24 21:04 sammy-SC

Platform Engine Arch Size (bytes) Diff
android hermes arm64-v8a 19,461,324 -7
android hermes armeabi-v7a n/a --
android hermes x86 n/a --
android hermes x86_64 n/a --
android jsc arm64-v8a 22,834,242 +8
android jsc armeabi-v7a n/a --
android jsc x86 n/a --
android jsc x86_64 n/a --

Base commit: e2ad6696d872447608a26fcf499e573280fb43a8 Branch: main

analysis-bot avatar Apr 27 '24 22:04 analysis-bot

Merged as https://github.com/facebook/react-native/commit/bb2c13af5372856cf3f4222ad6543d4698919dbc

javache avatar Jun 27 '24 20:06 javache