Skip to content

Commit 5c29c40

Browse files
committed
docs: add installation steps
1 parent 0969a77 commit 5c29c40

File tree

1 file changed

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

1 file changed

+6
-0
lines changed

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

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,15 @@
44

55
## Installation
66

7+
<% if (project.nitro) { -%>
8+
```sh
9+
npm install <%- project.slug %> react-native-nitro-modules
10+
```
11+
<% } else { -%>
712
```sh
813
npm install <%- project.slug %>
914
```
15+
<% } -%>
1016

1117
## Usage
1218

0 commit comments

Comments
 (0)