# Uncomment the next line to define a global platform for your project platform :ios, '9.0' target 'ShowdownLive' do # Uncomment the next line if you're using Swift or would like to use dynamic frameworks # use_frameworks! # Pods for ShowdownLive pod 'AppCenter/Crashes', '~> 1.5.0' pod 'AppCenter/Analytics', '~> 1.5.0' pod 'AppCenterReactNativeShared', '~> 1.4.0' rn_path = '../node_modules/react-native' pod 'yoga', path: "#{rn_path}/ReactCommon/yoga/yoga.podspec" pod 'React', path: rn_path, subspecs: [ 'Core', 'RCTActionSheet', 'RCTAnimation', 'RCTGeolocation', 'RCTImage', 'RCTLinkingIOS', 'RCTNetwork', 'RCTSettings', 'RCTText', 'RCTVibration', 'RCTWebSocket', 'BatchedBridge', 'DevSupport', ] pod 'Firebase/Core', '4.13.0' pod 'RNFirebase', :path => '../node_modules/react-native-firebase/ios' pod 'Firebase/Firestore', '4.13.0' pod 'Firebase/Database', '4.13.0' pod 'Firebase/Messaging', '4.13.0' pod 'Firebase/Auth', '4.13.0' pod 'Firebase/Performance', '4.13.0' pod 'Firebase/DynamicLinks', '4.13.0' pod 'Bolts', '1.9.0' pod 'FBSDKCoreKit', '4.33.0' pod 'FBSDKLoginKit', '4.33.0' pod 'FBSDKShareKit', '4.33.0' pod 'Fabric', '1.7.6' pod 'Crashlytics', '3.10.1' pod 'ReactNativeFabric', :path => '../node_modules/react-native-fabric' pod 'react-native-image-picker', :path => '../node_modules/react-native-image-picker' pod 'OpenTok', '2.14.0' pod 'RNImageCropPicker', :path => '../node_modules/react-native-image-crop-picker' pod 'RNSound', :path => '../node_modules/react-native-sound' pod 'react-native-video', :path => '../node_modules/react-native-video' pod 'SentryReactNative', :path => '../node_modules/react-native-sentry' end post_install do |installer| installer.pods_project.targets.each do |target| if target.name == "React" target.remove_from_project end end end