Skip to content

Instantly share code, notes, and snippets.

@siwananda
Created July 7, 2017 02:05
Embed
What would you like to do?
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