mirror of
https://github.com/zhigang1992/react-native-firebase.git
synced 2026-06-19 10:08:58 +08:00
docs(crashlytics): remove unnecessary pods
Pods are not needed as the `RNFBCrashlytics` podspec already has these as dependencies
This commit is contained in:
@@ -17,8 +17,6 @@ Add the `RNFBCrashlytics`, `Fabric` & `Crashlytics` Pod to your projects `/ios/P
|
||||
target 'app' do
|
||||
...
|
||||
pod 'RNFBCrashlytics', :path => '../node_modules/@react-native-firebase/crashlytics'
|
||||
pod 'Fabric', '~> 1.10.2'
|
||||
pod 'Crashlytics', '~> 3.13.2'
|
||||
end
|
||||
```
|
||||
|
||||
|
||||
Reference in New Issue
Block a user