Skip to content

Instantly share code, notes, and snippets.

@krizzu
Last active October 1, 2017 19:41
Show Gist options
  • Save krizzu/5c0313c70ae73bf8c4829247924b0b39 to your computer and use it in GitHub Desktop.
Save krizzu/5c0313c70ae73bf8c4829247924b0b39 to your computer and use it in GitHub Desktop.
#This will be different
target 'YouAppNameHere' do
#Firebase and RNFirebase pods
pod 'Firebase/Core'
pod 'RNFirebase', :path => '../node_modules/react-native-firebase'
# Authentication module for RNFirebase
pod 'Firebase/Auth'
#React Pods
pod "Yoga", :path => "../node_modules/react-native/ReactCommon/yoga"
pod 'React', :path => '../node_modules/react-native', :subspecs => [
'BatchedBridge', # Required For React Native 0.45.0+
'Core',
'DevSupport'
]
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment