You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 

20 lines
573 B

# Uncomment the next line to define a global platform for your project
# platform :ios, '9.0'
pod 'React', :path => '../node_modules/react-native'
pod 'yoga', :path => '../node_modules/react-native/ReactCommon/yoga'
target 'ExampleCocoapods' do
# Uncomment the next line if you're using Swift or would like to use dynamic frameworks
# use_frameworks!
# Pods for ExampleCocoapods
pod 'react-native-date-picker', :path => '../node_modules/react-native-date-picker'
target 'ExampleCocoapodsTests' do
inherit! :search_paths
# Pods for testing
end
end