This commit is contained in:
Fredrik Burmester
2024-12-31 22:32:21 +01:00
parent ee6d43e3e8
commit 4b81dff0be
5 changed files with 15 additions and 6 deletions

View File

@@ -10,7 +10,7 @@ Pod::Spec.new do |s|
s.static_framework = true
s.dependency 'ExpoModulesCore'
s.dependency 'MobileVLCKit', '~> 3.6.1b1'
s.tvos.dependency 'TVVLCKit', '~> 3.6.1b1'
# Swift/Objective-C compatibility
s.pod_target_xcconfig = {

View File

@@ -1,5 +1,5 @@
import ExpoModulesCore
import MobileVLCKit
import TVVLCKit
import UIKit
class VlcPlayerView: ExpoView {