mirror of
https://github.com/zhigang1992/react-native.git
synced 2026-04-21 02:26:18 +08:00
Add support for native animated events on iOS
Summary: This adds native support for `Animated.event` on iOS. **Test plan** Tested in the native animated UIExplorer example that it works properly like on Android. Closes https://github.com/facebook/react-native/pull/9598 Differential Revision: D4110331 fbshipit-source-id: 15748d23d0f475f2bcd1040ca3dca33e2620f058
This commit is contained in:
committed by
Facebook Github Bot
parent
0fe1c7a9ff
commit
fc11a5fde8
@@ -56,7 +56,7 @@ Pod::Spec.new do |s|
|
||||
|
||||
s.subspec 'RCTAnimation' do |ss|
|
||||
ss.dependency 'React/Core'
|
||||
ss.source_files = "Libraries/NativeAnimation/{Nodes/*,*}.{h,m}"
|
||||
ss.source_files = "Libraries/NativeAnimation/{Drivers/*,Nodes/*,*}.{h,m}"
|
||||
end
|
||||
|
||||
s.subspec 'RCTCameraRoll' do |ss|
|
||||
|
||||
Reference in New Issue
Block a user