Need to make Image Bottom to corner: React Native

前端 未结 3 874
温柔的废话
温柔的废话 2021-01-27 04:29

I want to make image rounded from bottom of it. Here is what I wanted to make:

I have tried to set borderRadius, but it will apply for the whole image

3条回答
  •  栀梦
    栀梦 (楼主)
    2021-01-27 04:32

    You can check my repository, if it helps you

    https://github.com/paraswatts/React_Native_Custom_shape_image_view/tree/master

    There is a catch I have squeezed the width of image and then scaled it on X-axis

提交回复
热议问题