From a3318212c11d82f06f5029408f92bcf53683cb81 Mon Sep 17 00:00:00 2001 From: Dhruv Date: Tue, 1 Jul 2025 13:54:44 +0100 Subject: [PATCH] Update using-codegen.md --- docs/the-new-architecture/using-codegen.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/the-new-architecture/using-codegen.md b/docs/the-new-architecture/using-codegen.md index 67e143cc344..971833eb33c 100644 --- a/docs/the-new-architecture/using-codegen.md +++ b/docs/the-new-architecture/using-codegen.md @@ -39,7 +39,7 @@ npx @react-native-community/cli@latest init SampleApp --version 0.76.0 "modules": { "TestModule": { "className": "", - "unstableRequiresMainQueueSetup": false + "unstableRequiresMainQueueSetup": false, "conformsToProtocols": ["RCTImageURLLoader", "RCTURLRequestHandler", "RCTImageDataDecoder"], } }, @@ -54,7 +54,7 @@ npx @react-native-community/cli@latest init SampleApp --version 0.76.0 You can add this snippet to your app and customize the various fields: -- `name:` Name of the codegen config. This will customize the codgen output: the filenames, and the code. +- `name:` Name of the codegen config. This will customize the codegen output: the filenames, and the code. - `type:` - `modules:` Only generate code for modules. - `components:` Only generate code for components.