We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4e5dfde commit 06a7e0eCopy full SHA for 06a7e0e
packages/create-react-native-library/templates/native-common/android/build.gradle
@@ -144,11 +144,3 @@ dependencies {
144
implementation project(":react-native-nitro-modules")
145
<% } -%>
146
}
147
-
148
-<% if (project.moduleConfig === "turbo-modules" || project.viewConfig === "fabric-view") { -%>
149
-react {
150
- jsRootDir = file("../src/")
151
- libraryName = "<%- project.viewConfig !== null ? project.name + 'View' : project.name -%>"
152
- codegenJavaPackageName = "com.<%- project.package -%>"
153
-}
154
-<% } -%>
0 commit comments