mirror of
https://github.com/status-im/react-native-fast-image.git
synced 2025-02-24 12:18:12 +00:00
17 lines
497 B
Ruby
17 lines
497 B
Ruby
platform :ios, '9.0'
|
|
|
|
target 'ReactNativeFastImageCocoaPodsExample' do
|
|
pod 'React', :path => '../node_modules/react-native', :subspecs => [
|
|
'Core',
|
|
'CxxBridge',
|
|
'DevSupport',
|
|
'RCTText',
|
|
'RCTNetwork',
|
|
'RCTWebSocket',
|
|
'RCTImage',
|
|
]
|
|
pod 'yoga', :path => '../node_modules/react-native/ReactCommon/yoga'
|
|
|
|
pod 'RNVectorIcons', :path => '../node_modules/react-native-vector-icons'
|
|
pod 'react-native-fast-image', :path => '../node_modules/react-native-fast-image'
|
|
end |