Skip to content

Commit 839c7a3

Browse files
vonovakcortinico
andauthored
Update docs/codegen.md
Co-authored-by: Nicola Corti <[email protected]>
1 parent b60bf16 commit 839c7a3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/codegen.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -278,7 +278,7 @@ Here is how you can enable this setup:
278278
- Update your `package.json` to include the generated code.
279279
- Update your [podspec](./turbo-modules.md#ios-create-the-podspec-file) to include the generated code.
280280
- Update your [build.gradle file](./turbo-modules.md#the-buildgradle-file) to include the generated code.
281-
- Update `cmakeListsPath` in `react-native.config.js` ([example](https://github.com/facebook/react-native/blob/3c17beafe387fb4966055d5dfcec62bef537e0f7/packages/react-native-popup-menu-android/react-native.config.js#L12)) so that the Gradle doesn't look for `CMakeLists` file in the `build` directory but instead in your `outputDir`.
281+
- Update `cmakeListsPath` in `react-native.config.js` ([example](https://github.com/facebook/react-native/blob/3c17beafe387fb4966055d5dfcec62bef537e0f7/packages/react-native-popup-menu-android/react-native.config.js#L12)) so that Gradle doesn't look for `CMakeLists` file in the `build` directory but instead in your `outputDir`.
282282

283283
---
284284

0 commit comments

Comments
 (0)