Skip to content

Commit

Permalink
Don’t import RCTValueAnimatedNode at all… caused cocopod integration …
Browse files Browse the repository at this point in the history
…issues
  • Loading branch information
LukeDurrant committed Apr 11, 2018
1 parent ebd12fa commit e66d28d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Libraries/NativeAnimation/RCTNativeAnimatedNodesManager.h
Original file line number Diff line number Diff line change
Expand Up @@ -6,11 +6,11 @@
*/

#import <Foundation/Foundation.h>

#import <RCTAnimation/RCTValueAnimatedNode.h>
#import <React/RCTBridgeModule.h>
#import <React/RCTUIManager.h>

@protocol RCTValueAnimatedNodeObserver;

@interface RCTNativeAnimatedNodesManager : NSObject

- (nonnull instancetype)initWithUIManager:(nonnull RCTUIManager *)uiManager;
Expand Down

0 comments on commit e66d28d

Please sign in to comment.