Skip to content

Commit 47ec94a

Browse files
committed
chore: remove extraneous formatting
1 parent cdbae05 commit 47ec94a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/pages/build.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -139,7 +139,7 @@ yarn add --dev react-native-builder-bob
139139

140140
> Note: If you enable Codegen generated code shipping, React Native won't build the scaffold code automatically when you build your test app. You need to rebuild the codegen scaffold code manually each time you make changes to your spec. If you want to automate this process, you can create a new project with `create-react-native-library` and inspect the example app.
141141
142-
##### Opting out of Codegen shipping **(not recommended)**
142+
##### Opting out of Codegen shipping __(not recommended)__
143143

144144
If you have a reason to not ship Codegen generated scaffold code with your library, you need to remove the [codegen target](#codegen) and add `package.json` to your `exports` field. Otherwise, React Native Codegen will skip spec generation for your library when your library is consumed as an NPM library. You can find the related issue [here](https://github.com/callstack/react-native-builder-bob/issues/637).
145145

0 commit comments

Comments
 (0)