Skip to content

Commit a016f25

Browse files
authored
Update README.md
1 parent 4914859 commit a016f25

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

README.md

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -59,19 +59,19 @@ npm install instabug-reactnative
5959
```ruby
6060
pod 'instabug-reactnative', :path => '../node_modules/instabug-reactnative'
6161
pod 'React', :path => '../node_modules/react-native', :subspecs => [
62-
'Core',
63-
'CxxBridge',
64-
'DevSupport'
62+
'Core',
63+
'CxxBridge',
64+
'DevSupport'
6565
]
66+
67+
# Required React native dependencies
6668
pod 'yoga', :path => '../node_modules/react-native/ReactCommon/yoga'
6769
pod 'DoubleConversion', :podspec => '../node_modules/react-native/third-party-podspecs/DoubleConversion.podspec'
6870
pod 'glog', :podspec => '../node_modules/react-native/third-party-podspecs/GLog.podspec'
6971
pod 'Folly', :podspec => '../node_modules/react-native/third-party-podspecs/Folly.podspec'
70-
```
7172

72-
3. Add the following post install script at the end of your `Podfile`:
73-
74-
```ruby
73+
# To make sure that archiving works correctly in Xcode, React has to be
74+
# removed from the Pods project as it's already included in the main project.
7575
post_install do |installer|
7676
installer.pods_project.targets.each do |target|
7777
if target.name == "React"

0 commit comments

Comments
 (0)