From a0bcdb75d31392a11ddc245443f689a39ff6e72d Mon Sep 17 00:00:00 2001 From: Olivier Bouillet <62574056+freeboub@users.noreply.github.com> Date: Tue, 16 Apr 2024 14:36:16 +0200 Subject: [PATCH] chore(ios): remove unnecessary import (#3682) * fix(ts): onPlaybackRateChangeData was not correctly typed * fix: ensure tracks are well displayed in the sample * chore: remove unnecessary import --- ios/Video/RCTVideo-Bridging-Header.h | 1 - 1 file changed, 1 deletion(-) diff --git a/ios/Video/RCTVideo-Bridging-Header.h b/ios/Video/RCTVideo-Bridging-Header.h index 8afe7e3e..6522d5ae 100644 --- a/ios/Video/RCTVideo-Bridging-Header.h +++ b/ios/Video/RCTVideo-Bridging-Header.h @@ -1,4 +1,3 @@ -#import "RCTEventDispatcher.h" #import "RCTVideoSwiftLog.h" #import