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
commit 914eb9d3c6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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