File tree Expand file tree Collapse file tree 1 file changed +0
-21
lines changed
examples/SampleApp/android Expand file tree Collapse file tree 1 file changed +0
-21
lines changed Original file line number Diff line number Diff line change @@ -26,21 +26,6 @@ buildscript {
2626 }
2727}
2828
29- ext. REACT_NATIVE_NODE_MODULES_DIR = file(" $rootDir /../node_modules/react-native" ). absolutePath
30- ext. REACT_NATIVE_WORKLETS_NODE_MODULES_DIR =
31- file(" $rootDir /../node_modules/react-native-worklets" ). absolutePath
32-
33- subprojects { subproject ->
34- if (subproject. path != " :app" ) {
35- evaluationDependsOn(" :app" )
36- project(" :app" ). tasks. matching { task ->
37- task. name. startsWith(" configureCMake" )
38- }. configureEach {
39- dependsOn(subproject. tasks. matching { it. name == " preBuild" })
40- }
41- }
42- }
43-
4429allprojects {
4530 repositories {
4631 maven {
@@ -53,10 +38,4 @@ allprojects {
5338 }
5439}
5540
56- project(' :app' ) {
57- tasks. matching { it. name == " preBuild" || it. name. startsWith(" configureCMake" ) }. configureEach {
58- dependsOn(" generateCodegenArtifactsFromSchema" )
59- }
60- }
61-
6241apply plugin : " com.facebook.react.rootproject"
You can’t perform that action at this time.
0 commit comments