Skip to content

Commit bf7d949

Browse files
authored
Disable building example app from source on Android (#478)
1 parent 1701063 commit bf7d949

1 file changed

Lines changed: 8 additions & 8 deletions

File tree

example/android/settings.gradle

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -4,11 +4,11 @@ extensions.configure(com.facebook.react.ReactSettingsExtension){ ex -> ex.autoli
44
rootProject.name = 'LiveMarkdownExample'
55
include ':app'
66
includeBuild('../node_modules/@react-native/gradle-plugin')
7-
includeBuild('../node_modules/react-native') {
8-
dependencySubstitution {
9-
substitute(module("com.facebook.react:react-android")).using(project(":packages:react-native:ReactAndroid"))
10-
substitute(module("com.facebook.react:react-native")).using(project(":packages:react-native:ReactAndroid"))
11-
substitute(module("com.facebook.react:hermes-android")).using(project(":packages:react-native:ReactAndroid:hermes-engine"))
12-
substitute(module("com.facebook.react:hermes-engine")).using(project(":packages:react-native:ReactAndroid:hermes-engine"))
13-
}
14-
}
7+
// includeBuild('../node_modules/react-native') {
8+
// dependencySubstitution {
9+
// substitute(module("com.facebook.react:react-android")).using(project(":packages:react-native:ReactAndroid"))
10+
// substitute(module("com.facebook.react:react-native")).using(project(":packages:react-native:ReactAndroid"))
11+
// substitute(module("com.facebook.react:hermes-android")).using(project(":packages:react-native:ReactAndroid:hermes-engine"))
12+
// substitute(module("com.facebook.react:hermes-engine")).using(project(":packages:react-native:ReactAndroid:hermes-engine"))
13+
// }
14+
// }

0 commit comments

Comments
 (0)