react-native-fast-image icon indicating copy to clipboard operation
react-native-fast-image copied to clipboard

borderRadius on android cause sawtooth.

Open kangfenmao opened this issue 4 years ago • 2 comments

Describe the bug

Pixelated corners on Android devices

To Reproduce

<FastImage source={{ uri }} style={{ width: 50, height: 50, borderRadius: 25 }} />

Expected behavior

Smooth rounded corners

Screenshots

Use <FastImage ... />

image

Use <Image ... />

image

Dependency versions

  • React Native version: 0.62.2
  • React Native Fast Image version: 8.3.2

kangfenmao avatar Jul 21 '20 12:07 kangfenmao

works perfect with resizeMode={FastImage.resizeMode.cover}

zubinraja avatar Sep 18 '20 18:09 zubinraja

Will there be any updates on this topic?

HyopeR avatar Apr 17 '22 17:04 HyopeR