Skip to content

Commit

Permalink
Fix hermes-engine on React Native nightly
Browse files Browse the repository at this point in the history
0.0.0-20220423-2027-17d2a27ff
  • Loading branch information
leotm committed Apr 25, 2022
1 parent f7e4004 commit bbf0fa7
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions android/settings.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,6 @@ includeBuild('../node_modules/react-native-gradle-plugin')
if (settings.hasProperty("newArchEnabled") && settings.newArchEnabled == "true") {
include(":ReactAndroid")
project(":ReactAndroid").projectDir = file('../node_modules/react-native/ReactAndroid')
include(":ReactAndroid:hermes-engine")
project(":ReactAndroid:hermes-engine").projectDir = file('../node_modules/react-native/ReactAndroid/hermes-engine')
}

0 comments on commit bbf0fa7

Please sign in to comment.