Closed
Description
Description
'RCTAnimation/RCTValueAnimatedNode.h' file not found.
in current master https://github.com/facebook/react-native/tree/c233191485ef733aa7a8d4ea5c758b9e6a06964c
- related to 28 of march changes. @janicduplessis might help
- podspec test are passed. @alloy do you have ideas how tests could be improved?
Maybe we need to runxcbuild
to test?
Reproduction Steps and Sample Code
https://github.com/skv-headless/AwesomeProject - demo project based on this page https://facebook.github.io/react-native/docs/integration-with-existing-apps.html#cocoapods
Solution
It works if change #import <RCTAnimation/RCTValueAnimatedNode.h>
to #import "RCTValueAnimatedNode.h"
Additional Information
- Platform: [iOS]
- Development Operating System: [MacOS]