From c23bcddc9b898980ff085f22d36bd0872965605f Mon Sep 17 00:00:00 2001 From: olivier Date: Sat, 8 Jul 2023 23:20:09 +0200 Subject: [PATCH] chore: fix build issue --- ios/Video/RCTVideo-Bridging-Header.h | 1 + 1 file changed, 1 insertion(+) diff --git a/ios/Video/RCTVideo-Bridging-Header.h b/ios/Video/RCTVideo-Bridging-Header.h index 77815e4e..586eec11 100644 --- a/ios/Video/RCTVideo-Bridging-Header.h +++ b/ios/Video/RCTVideo-Bridging-Header.h @@ -1,5 +1,6 @@ #import #import "RCTVideoSwiftLog.h" +#import "RCTEventDispatcher.h" #if __has_include() #import "RCTVideoCache.h"