Skip to content

Commit 12ebcc2

Browse files
author
Revopush
committed
fix pro guard rules
1 parent c53a0c9 commit 12ebcc2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

android/proguard-rules.pro

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
}
2323

2424
-keepclassmembers class com.facebook.react.runtime.ReactHostImpl {
25-
private final ** mReactHostDelegate;
25+
private final ** reactHostDelegate;
2626
}
2727

2828
-keep interface com.facebook.react.runtime.ReactHostDelegate { *; }

0 commit comments

Comments
 (0)