We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent efcabc0 commit 05aed0eCopy full SHA for 05aed0e
1 file changed
template/android/app/build.gradle
@@ -110,10 +110,4 @@ android {
110
dependencies {
111
// The version of react-native is set by the React Native Gradle Plugin
112
implementation("com.facebook.react:react-android")
113
-
114
- if (hermesEnabled.toBoolean()) {
115
- implementation("com.facebook.react:hermes-android")
116
- } else {
117
- implementation jscFlavor
118
- }
119
}
0 commit comments