Skip to content

Commit

Permalink
[Airbnb] Fix RCTAnimation import
Browse files Browse the repository at this point in the history
This is only necessary until facebook#13198 is fixed
  • Loading branch information
Gabriel Peal committed Jul 24, 2017
1 parent 4f82d7d commit ad6073f
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Libraries/NativeAnimation/RCTNativeAnimatedNodesManager.h
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,8 @@

#import <Foundation/Foundation.h>

#import <RCTAnimation/RCTValueAnimatedNode.h>
// This is only necessary until https://github.com/facebook/react-native/issues/13198 is fixed
#import "RCTValueAnimatedNode.h"
#import <React/RCTBridgeModule.h>
#import <React/RCTUIManager.h>

Expand Down

0 comments on commit ad6073f

Please sign in to comment.