mirror of
https://github.com/ecency/ecency-mobile.git
synced 2024-12-24 13:53:23 +03:00
14 lines
458 B
Ruby
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
|