File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -4,11 +4,11 @@ extensions.configure(com.facebook.react.ReactSettingsExtension){ ex -> ex.autoli
44rootProject. name = ' LiveMarkdownExample'
55include ' :app'
66includeBuild(' ../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+ // }
You can’t perform that action at this time.
0 commit comments