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.
1 parent 3b56b23 commit 9088405Copy full SHA for 9088405
README.md
@@ -30,10 +30,10 @@ Updating to a new version? Check the [Update Guide](#update-guide) before bumpin
30
yarn add instabug-reactnative
31
```
32
33
-2. For projects that build for iOS, install `xcodeproj` gem:
+2. CocoaPods on iOS needs this extra step:
34
35
```bash
36
- gem install xcodeproj
+ cd ios && pod install && cd ..
37
38
39
3. **For React Native >= 0.60**, simply run the command:
0 commit comments