fix(tvos): fix tvOS build and sample (#3785)

* perf: ensure we do not provide callback to native if no callback provided from app

* chore: rework bufferConfig to make it more generic and reduce ReactExoplayerView code size

* chore: improve issue template

* fix(android): avoid video view flickering at playback startup

* chore: fix tvOS supported platform

* chore: fix tvOS build

* chore: update project tvos configuration
This commit is contained in:
Olivier Bouillet
2024-05-20 13:09:58 +02:00
committed by GitHub
parent 95e6140eea
commit cd42dd78c9
4 changed files with 265 additions and 218 deletions

View File

@@ -9,7 +9,7 @@ production = ENV["PRODUCTION"] == "1"
target 'exampletvOS' do
platform :ios, min_ios_version_supported
platform :ios, '13.0'
config = use_native_modules!
@@ -51,7 +51,8 @@ end
target 'exampletvOS-tvOS' do
platform :tvos, min_ios_version_supported
platform :tvos, '13.0'
config = use_native_modules!