docs(crashlytics): remove unnecessary pods

Pods are not needed as the `RNFBCrashlytics` podspec already has these as dependencies
This commit is contained in:
Mike Diarmid
2020-01-30 12:20:51 +00:00
committed by GitHub
parent b8490a58a8
commit 4c4fa0eb90

View File

@@ -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
```