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

remove force_static from textinput module

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

Summary: changelog: [internal]

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: christophpurrer

Differential Revision: D56678530

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

Platform Engine Arch Size (bytes) Diff
android hermes arm64-v8a 19,444,943 -16,388
android hermes armeabi-v7a n/a --
android hermes x86 n/a --
android hermes x86_64 n/a --
android jsc arm64-v8a 22,817,856 -16,396
android jsc armeabi-v7a n/a --
android jsc x86 n/a --
android jsc x86_64 n/a --

Base commit: bb2c13af5372856cf3f4222ad6543d4698919dbc Branch: main

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

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

javache avatar Jun 27 '24 20:06 javache