Skip to content

Commit

Permalink
check include
Browse files Browse the repository at this point in the history
  • Loading branch information
LukeDurrant committed Apr 11, 2018
1 parent 8a6c677 commit 3b7a15d
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion Libraries/NativeAnimation/RCTNativeAnimatedNodesManager.h
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,11 @@
*/

#import <Foundation/Foundation.h>

#if __has_include(<React/RCTValueAnimatedNode.h>)
#import <React/RCTValueAnimatedNode.h>
#else
#import "RCTValueAnimatedNode.h"
#endif
#import <React/RCTBridgeModule.h>
#import <React/RCTUIManager.h>

Expand Down

0 comments on commit 3b7a15d

Please sign in to comment.