Skip to content

Commit

Permalink
chore: update documentation to clarify differences between android an…
Browse files Browse the repository at this point in the history
…d ios
  • Loading branch information
coofzilla committed Mar 12, 2024
1 parent 13b2f19 commit 9f8c7a0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/pages/component/props.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -739,7 +739,7 @@ source={{
| paddingBottom | Adjust the bottom padding of the subtitles. Default: 0 | Android |
| paddingLeft | Adjust the left padding of the subtitles. Default: 0 | Android |
| paddingRight | Adjust the right padding of the subtitles. Default: 0 | Android |
| opacity | Adjust the visibility of subtitles. `0` will not render the subtitles, while `1` will make them fully visible. Default: 1. | Android |
| opacity | Adjust the visibility of subtitles with 0 hiding and 1 fully showing them. Android supports float values between 0 and 1 for varying opacity levels, whereas iOS supports only 0 or 1. Default: 1. | Android, iOS |

Example:

Expand Down

0 comments on commit 9f8c7a0

Please sign in to comment.