Skip to content

Commit f8cf6c2

Browse files
committed
[iOS] Correct fishhook import Fixes #16039
1 parent 7809381 commit f8cf6c2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Libraries/WebSocket/RCTReconnectingWebSocket.m

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111

1212
#import <React/RCTConvert.h>
1313
#import <React/RCTDefines.h>
14-
#import <fishhook/fishhook.h>
14+
#import <React/fishhook.h>
1515

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

0 commit comments

Comments
 (0)