Skip to content

Instantly share code, notes, and snippets.

@siwananda
Created July 7, 2017 02:05
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save siwananda/be411f36371c781cf06a187318395dcb to your computer and use it in GitHub Desktop.
Save siwananda/be411f36371c781cf06a187318395dcb to your computer and use it in GitHub Desktop.
Using cocoapods in react native
Using cocoapods in react native
# Uncomment the next line to define a global platform for your project
# platform :ios, '9.0'
target 'RNFabric' do
# Uncomment the next line if you're using Swift or would like to use dynamic frameworks
# use_frameworks!
# Pods for RNFabric
pod 'Fabric'
pod 'Crashlytics'
target 'RNFabricTests' do
inherit! :search_paths
# Pods for testing
end
end
target 'RNFabric-tvOS' do
# Uncomment the next line if you're using Swift or would like to use dynamic frameworks
# use_frameworks!
# Pods for RNFabric-tvOS
target 'RNFabric-tvOSTests' 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