Merge pull request #2879 from evoactivity/patch-3

Missed 1 import for RCTVideoSwiftLog
This commit is contained in:
Olivier Bouillet
2022-10-03 14:33:20 +02:00
committed by GitHub

View File

@@ -1,5 +1,5 @@
#import <React/RCTViewManager.h> #import <React/RCTViewManager.h>
#import "RCTSwiftLog.h" #import "RCTVideoSwiftLog.h"
#if __has_include(<react-native-video/RCTVideoCache.h>) #if __has_include(<react-native-video/RCTVideoCache.h>)
#import "RCTVideoCache.h" #import "RCTVideoCache.h"