Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix: support opacity properly #3464

Merged

Conversation

hannojg
Copy link
Contributor

@hannojg hannojg commented Jan 9, 2024

Thanks for opening a PR!
Since this is a volunteer project and is very active, anything you can do to reduce the amount of time needed to review and merge your PR is appreciated.
The following steps will help get your PR merged quickly:

Update the documentation

/

Update the changelog

/

Provide an example of how to test the change

In the example app set the styles of a video component to opacity: 0.5. The whole video component should now be 50% visible. Without that change, only the video content would have 50% transparency while the video view itself would be a back background.

Focus the PR on only one area

Describe the changes

Texture views are by default opaque. To enable styling the opacity of a video when using texture view we have to disable opaqueness.

hannojg added a commit to margelo/expensify-app-fork that referenced this pull request Jan 9, 2024
Copy link
Collaborator

@KrzysztofMoch KrzysztofMoch left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM 👍, Thanks!

@KrzysztofMoch KrzysztofMoch merged commit 11e5b75 into TheWidlarzGroup:master Jan 10, 2024
3 checks passed
HezekielT pushed a commit to HezekielT/App that referenced this pull request Feb 15, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants