We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
(Not sure if "issue" or "question")
Images with resizeMode "cover" loses its borderRadius.
This is expected because it clips the element, however, it would be nice if it would keep the borderRadius.
<View style={{ width: 300, height: 300, borderRadius: 12 }}> <View src="http://some-external-site.com/image.png" textureOptions={{ resizeMode: { type: "cover" } }} borderRadius={12} /> </View>
My workaround right now is to add a transparent overlay with a border and border radius, but it's wonky.
Is there a better method?
The text was updated successfully, but these errors were encountered:
Reposted to Lightning Renderer: lightning-js/renderer#357
Sorry, something went wrong.
No branches or pull requests
(Not sure if "issue" or "question")
Images with resizeMode "cover" loses its borderRadius.
This is expected because it clips the element, however, it would be nice if it would keep the borderRadius.
My workaround right now is to add a transparent overlay with a border and border radius, but it's wonky.
Is there a better method?
The text was updated successfully, but these errors were encountered: