React-native-fast-image: borderRadius on android cause sawtooth.

Created on 21 Jul 2020  路  1Comment  路  Source: DylanVann/react-native-fast-image

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
bug

>All comments

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

Was this page helpful?
0 / 5 - 0 ratings