Skip to content

Commit

Permalink
[LOCAL] fix patch for codegen for 0.71
Browse files Browse the repository at this point in the history
  • Loading branch information
kelset committed Mar 28, 2023
1 parent 0d3c70b commit ec36811
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -52,5 +52,5 @@ abstract class PrivateReactExtension @Inject constructor(project: Project) {
objects.listProperty(String::class.java).convention(listOf("node"))

val codegenDir: DirectoryProperty =
objects.directoryProperty().convention(root.dir("node_modules/@react-native/codegen"))
objects.directoryProperty().convention(root.dir("node_modules/react-native-codegen"))
}

0 comments on commit ec36811

Please sign in to comment.