This article will guide you through updating to THEOplayer React Native SDK version 10 (from version 9), and the changes needed in your code.
Run the following command to install THEOplayer React Native SDK version 10:
npm install react-native-theoplayer@10
On Android platforms, the Media3 playback pipeline is now the only available pipeline. The legacy pipeline has been removed.
legacy
removedWith the removal of the legacy pipeline,
the option to cache media content for this pipeline by setting CachingTaskParameters.storageType
was also removed.
The PlaybackSettingsAPI
, which allowed to control start-up and lip sync correction on the legacy
pipeline, has been removed.
minSdk
to API 23 on AndroidThis aligns with other Android Jetpack libraries requiring API 23 as of June 2025.