ecency-mobile/ios/Podfile
2018-10-10 23:23:18 +03:00

14 lines
458 B
Ruby

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