Skip to content

Commit 7728058

Browse files
author
Robert Colley
authored
Update INSTALL_IOS.md (ReactVision#96)
```console Analyzing dependencies [!] There are multiple dependencies with different sources for `ViroReact` in `Podfile`: - ViroReact (from `../node_modules/@viro-community/react-viro/ios`) - ViroReact (from `../node_modules/@viro-community/react-viro/ios/`) ``` I've had issues with `pod install` when the extra slash is on the back of this. Not sure why this matters, but changing it fixes a pod install.
1 parent db2afa5 commit 7728058

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

readmes/INSTALL_IOS.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
1. Add the following lines to your `ios/Podfile` below `use_react_native!(:path => config["reactNativePath"])`:
44

55
```yaml
6-
pod 'ViroReact', :path => '../node_modules/@viro-community/react-viro/ios/'
6+
pod 'ViroReact', :path => '../node_modules/@viro-community/react-viro/ios'
77
pod 'ViroKit', :path => '../node_modules/@viro-community/react-viro/ios/dist/ViroRenderer/'
88
```
99

0 commit comments

Comments
 (0)