Skip to content

[ANDROID] Why borderRadius in image prop is not the same in style prop #77

Description

@pigeonmal

I have a circle image borderRadius: size * 0.5

This style is not apply to the image so i put borderRadius prop in image, but that do a radius but not the same, it like a little round, not a perfect circle.

My only solution is to
<View style={{borderRadius: size*0.5, overflow: 'hidden'}}>
<FasterImageView source={{url, resizeMode:'cover'}} style={{flex: 1}}>

It's excepted behaviour ? How to calculate the borderradius for faster image ?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Fields

    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions