mirror of
https://github.com/zhigang1992/react-native-firebase.git
synced 2026-04-03 22:48:36 +08:00
[template][ios] add RCTAnimation subspec as default
[skip ci]
This commit is contained in:
@@ -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',
|
||||
]
|
||||
|
||||
|
||||
Reference in New Issue
Block a user