You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/codegen.md
+1-1
Original file line number
Diff line number
Diff line change
@@ -278,7 +278,7 @@ Here is how you can enable this setup:
278
278
- Update your `package.json` to include the generated code.
279
279
- Update your [podspec](./turbo-modules.md#ios-create-the-podspec-file) to include the generated code.
280
280
- 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`.
0 commit comments