We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents eb72c58 + f79224e commit 1fc518dCopy full SHA for 1fc518d
README.md
@@ -9,6 +9,11 @@ This section explains how to install Instabug SDK into your React Native applica
9
```bash
10
npm install instabug-reactnative
11
```
12
+or
13
+
14
+```bash
15
+yarn add instabug-reactnative
16
+```
17
18
2. Link the bridging files in the npm package to the ios project use the following command.
19
0 commit comments