Skip to content

Commit 946d52d

Browse files
fix: add missing import for RCTReloadCommand in ReactHostHelper.h
1 parent 719495d commit 946d52d

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

ios/Modules/Helper/ReactHostHelper.h

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@
66
//
77

88
#import <Foundation/Foundation.h>
9+
#import <React/RCTReloadCommand.h>
910

1011
NS_ASSUME_NONNULL_BEGIN
1112

0 commit comments

Comments
 (0)