react-native-fast-image
react-native-fast-image copied to clipboard
borderRadius on android cause sawtooth.
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 ... />
Use <Image ... />
Dependency versions
- React Native version: 0.62.2
- React Native Fast Image version: 8.3.2
works perfect with resizeMode={FastImage.resizeMode.cover}
Will there be any updates on this topic?