Commit 417c5c6
@DoNotStrip ReactModalHostView to prevent instacrash on release (facebook#52195)
Summary:
Pull Request resolved: facebook#52195
RNTester is currently instacrashing on release due to use minifying the `ReactModalHostView`.
In that class there is a static method that is accessed by JNI so we should annotated this class
as `DoNotStrip` as otherwise we won't be able to access it.
Changelog:
[Internal] [Changed] -
Reviewed By: cipolleschi
Differential Revision: D77148010
fbshipit-source-id: c5b2758fa2919bc1f5885433202a45b4c3f8ff991 parent a5ec1cd commit 417c5c6
File tree
1 file changed
+1
-0
lines changed- packages/react-native/ReactAndroid/src/main/java/com/facebook/react/views/modal
1 file changed
+1
-0
lines changedLines changed: 1 addition & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
69 | 69 | | |
70 | 70 | | |
71 | 71 | | |
| 72 | + | |
72 | 73 | | |
73 | 74 | | |
74 | 75 | | |
| |||
0 commit comments