[docs] Update manual pod install paths

This commit is contained in:
ehesp
2019-10-03 14:09:09 +01:00
parent 0810cfc9ef
commit 6ed875921a
16 changed files with 18 additions and 18 deletions

View File

@@ -15,7 +15,7 @@ Add the `RNFBStorage` Pod to your projects `/ios/Podfile`:
```ruby{3}
target 'app' do
...
pod 'RNFBStorage', :path => '../node_modules/@react-native-firebase/storage/ios'
pod 'RNFBStorage', :path => '../node_modules/@react-native-firebase/storage'
end
```