mirror of
https://github.com/facebook/react-native.git
synced 2025-11-01 09:14:26 +00:00
[LOCAL] fix patch for codegen for 0.71
This commit is contained in:
+1
-1
@@ -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"))
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user