[template][ios] add RCTAnimation subspec as default

[skip ci]
This commit is contained in:
Salakar
2019-05-20 22:12:28 +01:00
parent 2b3f108401
commit 59ea339614

View File

@@ -8,12 +8,15 @@ target 'HelloWorld' do
# TODO: remove after RN >=0.60
react_native_path = "../node_modules/react-native"
pod 'React', :path => "#{react_native_path}", :subspecs => [
# add more subspecs as needed, see: https://github.com/facebook/react-native/blob/0.59-stable/React.podspec
'Core',
'CxxBridge',
'DevSupport',
'RCTText',
'RCTNetwork',
'RCTImage',
'RCTBlob',
'RCTAnimation',
'RCTWebSocket',
]