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:
@@ -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!
|
||||
|
||||
|
Reference in New Issue
Block a user