Skip to content

Commit

Permalink
[Airbnb] Fix RCTValueAnimatedNode import
Browse files Browse the repository at this point in the history
This won't be needed after 0.45. This is necessary for:
facebook#13198
  • Loading branch information
vjeranc authored and Gabriel Peal committed Jul 8, 2017
1 parent 73d883a commit f348c8d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Libraries/NativeAnimation/RCTNativeAnimatedNodesManager.h
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@

#import <Foundation/Foundation.h>

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

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
#import <OCMock/OCMock.h>

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

static const NSTimeInterval FRAME_LENGTH = 1.0 / 60.0;
Expand Down

0 comments on commit f348c8d

Please sign in to comment.