Skip to content

Commit

Permalink
[TurboModule] Configure the codegen with libraryname and Java package
Browse files Browse the repository at this point in the history
  • Loading branch information
cortinico committed Feb 28, 2022
1 parent 7da902f commit ba3f2a4
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions android/app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -87,6 +87,9 @@ apply from: "../../node_modules/react-native/react.gradle"
react {
reactRoot = rootProject.file("../node_modules/react-native/")
codegenDir = rootProject.file("../node_modules/react-native-codegen/")
jsRootDir = rootProject.file("../js/")
libraryName = "answersolver"
codegenJavaPackageName = "com.rnnewarchitectureapp.codegen"
}

/**
Expand Down

0 comments on commit ba3f2a4

Please sign in to comment.