Skip to content

Commit

Permalink
[iOS] Correct fishhook import Fixes facebook#16039
Browse files Browse the repository at this point in the history
  • Loading branch information
macdoum1 committed Jun 28, 2018
1 parent 7809381 commit f8cf6c2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Libraries/WebSocket/RCTReconnectingWebSocket.m
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@

#import <React/RCTConvert.h>
#import <React/RCTDefines.h>
#import <fishhook/fishhook.h>
#import <React/fishhook.h>

#if defined(__IPHONE_OS_VERSION_MAX_ALLOWED) && __IPHONE_OS_VERSION_MAX_ALLOWED >= 110000 /* __IPHONE_11_0 */
#import <os/log.h>
Expand Down

0 comments on commit f8cf6c2

Please sign in to comment.