Skip to content

Commit ba3f2a4

Browse files
committed
[TurboModule] Configure the codegen with libraryname and Java package
1 parent 7da902f commit ba3f2a4

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

android/app/build.gradle

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -87,6 +87,9 @@ apply from: "../../node_modules/react-native/react.gradle"
8787
react {
8888
reactRoot = rootProject.file("../node_modules/react-native/")
8989
codegenDir = rootProject.file("../node_modules/react-native-codegen/")
90+
jsRootDir = rootProject.file("../js/")
91+
libraryName = "answersolver"
92+
codegenJavaPackageName = "com.rnnewarchitectureapp.codegen"
9093
}
9194

9295
/**

0 commit comments

Comments
 (0)