Skip to content

Commit 547f268

Browse files
committed
feat: explain why nitro modules are needed as a dependency
1 parent 5d19fd7 commit 547f268

File tree

1 file changed

+2
-0
lines changed
  • packages/create-react-native-library/templates/common

1 file changed

+2
-0
lines changed

packages/create-react-native-library/templates/common/README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,8 @@
77
<% if (project.nitro) { -%>
88
```sh
99
npm install <%- project.slug %> react-native-nitro-modules
10+
11+
> `react-native-nitro-modules` is required as this library relies on [Nitro Modules](https://nitro.margelo.com/).
1012
```
1113
<% } else { -%>
1214
```sh

0 commit comments

Comments
 (0)