Skip to content

Commit f79224e

Browse files
authored
📚 add yarn installation note to README.md
1 parent eb72c58 commit f79224e

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

README.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,11 @@ This section explains how to install Instabug SDK into your React Native applica
99
```bash
1010
npm install instabug-reactnative
1111
```
12+
or
13+
14+
```bash
15+
yarn add instabug-reactnative
16+
```
1217

1318
2. Link the bridging files in the npm package to the ios project use the following command.
1419
```bash

0 commit comments

Comments
 (0)