Skip to content

Commit 1fc518d

Browse files
Merge pull request #53 from ikhattab/patch-1
add yarn installation note to README.md
2 parents eb72c58 + f79224e commit 1fc518d

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)