You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+2-7Lines changed: 2 additions & 7 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -4,12 +4,7 @@
4
4
## Installation
5
5
This section explains how to install Instabug SDK into your React Native application.
6
6
7
-
1. Add Instabug SDK to your iOS project by adding this to your [**Podfile**](https://guides.cocoapods.org/syntax/podfile.html) (You can skip this step if you are building an Android app only).
8
-
```bash
9
-
pod 'Instabug', '~> 7.0'
10
-
```
11
-
12
-
2. Open the terminal and navigate to your React Native Directory. Then run the following command.
7
+
1. Open the terminal and navigate to your React Native Directory. Then run the following command.
13
8
14
9
```bash
15
10
npm install instabug-reactnative
@@ -20,7 +15,7 @@ or
20
15
yarn add instabug-reactnative
21
16
```
22
17
23
-
3. Link the bridging files in the npm package to the ios project use the following command.
18
+
2. Link the bridging files in the npm package to the ios project use the following command.
0 commit comments