Skip to content

Commit 674be22

Browse files
committed
docs: update autolinkTransitiveDependencies section with links to relevant libraries
1 parent d816b3c commit 674be22

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

docs/dependencies.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ A map of specific settings that can be set per platform. The exact shape is alwa
4040

4141
### autolinkTransitiveDependencies
4242

43-
When set to `true`, the CLI will inspect the dependency's `peerDependencies` and attempt to autolink any peers that are also React Native native modules. The CLI does not install those peers for the user, but they will be linked automatically whenever they are present in `node_modules`. Use this if your library relies on a native peer dependency (for example, `react-native-nitro-text` depending on `react-native-nitro-modules`) and would otherwise require users to manually add that peer.
43+
When set to `true`, the CLI will inspect the dependency's `peerDependencies` and attempt to autolink any peers that are also React Native native modules. The CLI does not install those peers for the user, but they will be linked automatically whenever they are present in `node_modules`. Use this if your library relies on a native peer dependency (for example, [`react-native-nitro-text`](https://github.com/patrickkabwe/react-native-nitro-text) depending on [`react-native-nitro-modules`](https://github.com/mrousavy/nitro)) and would otherwise require users to manually add that peer.
4444

4545
In most cases, as a library author, you should not need to define any of these.
4646

0 commit comments

Comments
 (0)