We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 17b4bdc commit ea6cc5fCopy full SHA for ea6cc5f
android/app/proguard-rules.pro
@@ -50,6 +50,10 @@
50
51
-dontwarn com.facebook.react.**
52
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
+
57
# okhttp
58
59
-keepattributes Signature
0 commit comments