Skip to content

Commit ea6cc5f

Browse files
committed
[email protected] edited proguard config
1 parent 17b4bdc commit ea6cc5f

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

android/app/proguard-rules.pro

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -50,6 +50,10 @@
5050

5151
-dontwarn com.facebook.react.**
5252

53+
# TextLayoutBuilder uses a non-public Android constructor within StaticLayout.
54+
# See libs/proxy/src/main/java/com/facebook/fbui/textlayoutbuilder/proxy for details.
55+
-dontwarn android.text.StaticLayout
56+
5357
# okhttp
5458

5559
-keepattributes Signature

0 commit comments

Comments
 (0)