Fixed a build issue on tvOS example app due to the deprecated prepare method.
Added
Added multiple configuration options to GoogleImaConfiguration for both iOS and Android. These map to the corresponding IMASettings from the underlying native Google IMA SDKs.
Added skipForwardInterval and skipBackwardInterval properties to MediaControlConfiguration for Android and Web, enabling configurable skip intervals for media sessions.
Added ios bridging code to make 'forced' property available from native iOS TextTrack API.
Removed
Removed support for the web-based native iOS SDK on the RN iOS Bridge.
Fixed
prepare
method.Added
GoogleImaConfiguration
for both iOS and Android. These map to the corresponding IMASettings from the underlying native Google IMA SDKs.skipForwardInterval
andskipBackwardInterval
properties toMediaControlConfiguration
for Android and Web, enabling configurable skip intervals for media sessions.Removed