Skip to content

Commit

Permalink
Remove useJavaGenerator key from ReactAndroid/build.gradle file
Browse files Browse the repository at this point in the history
  • Loading branch information
cortinico committed Oct 19, 2022
1 parent 376ffac commit 26c9d1d
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion ReactAndroid/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -605,7 +605,6 @@ react {
root = file("..")
jsRootDir = file("../Libraries")
reactNativeDir = file("$projectDir/..")
useJavaGenerator = System.getenv("USE_CODEGEN_JAVAPOET")?.toBoolean() ?: false
// We search for the codegen in either one of the `node_modules` folder or in the
// root packages folder (that's for when we build from source without calling `yarn install`).
codegenDir = file(findNodeModulePath(projectDir, "react-native-codegen") ?: "../packages/react-native-codegen/")
Expand Down

0 comments on commit 26c9d1d

Please sign in to comment.