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
Fix ClassNotFound exception in Android during Release builds (#25912)
* Add DoNotStrip annotation for Hermes
This adds the @DoNotStrip annotation to disallow Proguard/R8 from stripping the AndroidUnicodeUtils class during release build and causing a `ClassNotFound` crash.
* Add @DoNotStrip annotations on all methods
* Update AndroidUnicodeUtils.java
0 commit comments