mirror of
https://github.com/zhigang1992/react-native-firebase.git
synced 2026-04-21 10:34:39 +08:00
docs(functions): fix ios manual linking typo (#3105)
This commit is contained in:
committed by
Mike Diarmid
parent
31d73f4087
commit
ca2da3e453
@@ -17,7 +17,7 @@ Add the `RNFBFunctions` Pod to your projects `/ios/Podfile`:
|
||||
```ruby{3}
|
||||
target 'app' do
|
||||
...
|
||||
pod 'RNFBFirestore', :path => '../node_modules/@react-native-firebase/functions'
|
||||
pod 'RNFBFunctions', :path => '../node_modules/@react-native-firebase/functions'
|
||||
end
|
||||
```
|
||||
|
||||
|
||||
Reference in New Issue
Block a user