[ReactNative] rename Animation to AnimationExperimental with warning docs

This commit is contained in:
Spencer Ahrens
2015-04-04 11:38:09 -07:00
parent 8a8244a583
commit 620bfb699b
10 changed files with 100 additions and 74 deletions

View File

@@ -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