We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6c1bbb1 commit 68c12a2Copy full SHA for 68c12a2
2 files changed
example/android/app/proguard-rules.pro
@@ -7,4 +7,8 @@
7
# For more details, see
8
# http://developer.android.com/guide/developing/tools/proguard.html
9
10
+-keep class com.facebook.hermes.unicode.** { *; }
11
+-keep class com.facebook.jni.** { *; }
12
+-keep class com.facebook.react.turbomodule.** { *; }
13
+
14
# Add any project specific keep options here:
example/package.json
@@ -5,6 +5,7 @@
5
"private": true,
6
"scripts": {
"android": "react-native run-android",
+ "android - testRelease": "cd android && ./gradlew clean && cd .. && react-native run-android --variant=release",
"ios": "react-native run-ios",
"start": "react-native start"
},
0 commit comments