CocoaPods could not find compatible versions for pod "FirebaseCoreExtension" – React native
I am trying to do pod install but it says error like: No podspec found for RNFBAnalytics in ../node_modules/@react-native-firebase/analytics I found a solution that says yarn add @react-native-firebase/analytics && cd ios && pod install --repo-update and it eliminates above error…