Skip to content

Commit ed773ee

Browse files
committed
docs: add installation steps
1 parent f0dab4c commit ed773ee

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)