react-native/Libraries/NativeAnimation
lukedurrant eef8d47a37 Correct RCTAnimation import (#18050)
Summary:
Fixing error
node_modules/react-native/Libraries/NativeAnimation/RCTNativeAnimatedNodesManager.h:12:9: 'RCTAnimation/RCTValueAnimatedNode.h' file not found

I'm integrating react native into an existing app through cocoa pods and similar to other PRs
PR https://github.com/facebook/react-native/pull/16192
PR https://github.com/facebook/react-native/pull/16271
PR https://github.com/facebook/react-native/pull/17764
When integrating with cocoa pods
```
pod 'React', :path => './node_modules/react-native', :subspecs => [
    'Core',
    'DevSupport', # Include this to enable In-App Devmenu if RN >= 0.43
    'RCTText',
    'RCTNetwork',
    'RCTWebSocket', # needed for debugging
    'RCTImage',
    'RCTWebSocket',
    'BatchedBridge',
    'RCTLinkingIOS',
    'RCTActionSheet',
    'RCTAnimation'
    ]
```
With `RCTAnimation` being the important part for this PR.

Also note without this PR and the other PR's above if anyone is trying to integrate react native into an existing app i.e. through cocoa pods they won't be able too. I think the latest working version is

My app wouldn't build without changing this line

PR https://github.com/facebook/react-native/pull/16192
PR https://github.com/facebook/react-native/pull/16271
PR https://github.com/facebook/react-native/pull/17764

 [IOS] [BREAKING] [PODS] - Fixed RCTAnimation import for integrating with cocoapods
Pull Request resolved: https://github.com/facebook/react-native/pull/18050

Differential Revision: D9235162

Pulled By: hramos

fbshipit-source-id: 426daccf8d8952658e262d5a0e4623c72c38542c
2018-09-11 13:32:20 -07:00
..
Drivers Update license headers for MIT license 2018-02-16 18:31:53 -08:00
Nodes Add an implementation of Animated.subtract 2018-03-30 21:08:52 -07:00
RCTAnimation.xcodeproj Update Xcode projects (#19574) 2018-06-19 23:48:12 -07:00
RCTAnimationUtils.h Update license headers for MIT license 2018-02-16 18:31:53 -08:00
RCTAnimationUtils.m Update license headers for MIT license 2018-02-16 18:31:53 -08:00
RCTNativeAnimatedModule.h Update license headers for MIT license 2018-02-16 18:31:53 -08:00
RCTNativeAnimatedModule.m Update license headers for MIT license 2018-02-16 18:31:53 -08:00
RCTNativeAnimatedNodesManager.h Correct RCTAnimation import (#18050) 2018-09-11 13:32:20 -07:00
RCTNativeAnimatedNodesManager.m Add an implementation of Animated.subtract 2018-03-30 21:08:52 -07:00