[LOCAL] fix patch for codegen for 0.71

This commit is contained in:
Lorenzo Sciandra
2023-03-28 10:49:36 +01:00
parent 0d3c70b636
commit ec3681143e
@@ -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"))
}