mirror of
https://github.com/zhigang1992/react-native.git
synced 2026-02-13 22:29:45 +08:00
[ReactNative] rename Animation to AnimationExperimental with warning docs
This commit is contained in:
@@ -44,9 +44,9 @@ Pod::Spec.new do |s|
|
||||
ss.preserve_paths = "Libraries/AdSupport/*.js"
|
||||
end
|
||||
|
||||
s.subspec 'RCTAnimation' do |ss|
|
||||
s.subspec 'RCTAnimationExperimental' do |ss|
|
||||
ss.dependency 'React/Core'
|
||||
ss.source_files = "Libraries/Animation/*.{h,m}"
|
||||
ss.source_files = "Libraries/Animation/RCTAnimationExperimental*.{h,m}"
|
||||
ss.preserve_paths = "Libraries/Animation/*.js"
|
||||
end
|
||||
|
||||
|
||||
Reference in New Issue
Block a user