Skip to content

Instantly share code, notes, and snippets.

@blueberry404
Created July 12, 2018 17:43
Show Gist options
  • Save blueberry404/a33fd46dce909998f675e8458d26f967 to your computer and use it in GitHub Desktop.
Save blueberry404/a33fd46dce909998f675e8458d26f967 to your computer and use it in GitHub Desktop.
Podfile snippet for React Native Notifications
# Uncomment the next line to define a global platform for your project
platform :ios, '9.0'
target 'ReactPushNotifications' do
# Uncomment the next line if you're using Swift or would like to use dynamic frameworks
# use_frameworks!
# Pods for ReactPushNotifications - Add these lines
pod 'Firebase/Core'
pod 'Firebase/Messaging'
target 'ReactPushNotificationsTests' do
inherit! :search_paths
# Pods for testing
end
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment