Mention soft subtitle embedding in React Native integration features - #4
Merged
Merged
Conversation
Added soft subtitle embedding capability to the README.
sheehanmunim
approved these changes
Sep 1, 2026
sheehanmunim
left a comment
Member
There was a problem hiding this comment.
Accurate and consistent with the Embed soft subtitles section — thanks for rounding out the docs (and for the three excellent issues that drove v0.5.x)!
sheehanmunim
pushed a commit
that referenced
this pull request
Sep 2, 2026
## [0.6.0](v0.5.1...v0.6.0) (2026-09-02) ### ✨ Features * **example:** add an interactive playground to the Expo example ([2f88a31](2f88a31)), closes [#5](#5) * ship one native library per platform and encode AVIF with libaom ([c8210f0](c8210f0)), closes [#6](#6) [#8](#8) ### 📚 Documentation * document and prove soft subtitle embedding ([b6a5bae](b6a5bae)), closes [#3](#3) * mention soft subtitle embedding in the feature list ([#4](#4)) ([fdb7778](fdb7778)) ### 🛠️ Other changes * sync package-lock with the release ([7ea9fce](7ea9fce))
Member
|
🎉 This PR is included in version 0.6.0 🎉 The release is available on: Your semantic-release bot 📦🚀 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
The React Native integration features list currently only mentions subtitle burn-in. Soft subtitle embedding is already fully supported and documented in the usage examples, so this small docs update makes the high-level feature list complete and consistent.
Changes