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

@DoNotStrip com.facebook.react.bridge.PromiseImpl and its constructor

Open NTillmann opened this issue 1 year ago • 2 comments

Summary: While the class and constructor are referenced from native code, the constructor is only accidentally retained on the Java side without proper keep rules. Adding explicit DoNotStrip in the code here.

Differential Revision: D56529943

NTillmann avatar Apr 25 '24 02:04 NTillmann

Platform Engine Arch Size (bytes) Diff
android hermes arm64-v8a 19,443,698 +5
android hermes armeabi-v7a n/a --
android hermes x86 n/a --
android hermes x86_64 n/a --
android jsc arm64-v8a 22,817,160 +4
android jsc armeabi-v7a n/a --
android jsc x86 n/a --
android jsc x86_64 n/a --

Base commit: 78ab5f4b836d64b71760754c7cce1315630640c7 Branch: main

analysis-bot avatar Apr 25 '24 03:04 analysis-bot