📚 Update README.

This commit is contained in:
Salma ElTarzi 2017-08-31 02:35:09 +02:00
parent 3b86efc04c
commit 16ccbcd1bf

View File

@ -4,12 +4,7 @@
## Installation
This section explains how to install Instabug SDK into your React Native application.
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).
```bash
pod 'Instabug', '~> 7.0'
```
2. Open the terminal and navigate to your React Native Directory. Then run the following command.
1. Open the terminal and navigate to your React Native Directory. Then run the following command.
```bash
npm install instabug-reactnative
@ -20,7 +15,7 @@ or
yarn add instabug-reactnative
```
3. Link the bridging files in the npm package to the ios project use the following command.
2. Link the bridging files in the npm package to the ios project use the following command.
```bash
react-native link instabug-reactnative
```