79643086

Date: 2025-05-28 22:41:35
Score: 1
Natty:
Report link

You can apply the radius to the image using imageStyle:

<Image
  source={{ uri }}
  style={[StyleSheet.absoluteFill, { resizeMode }]}
  imageStyle={{ borderRadius: radius }}
/>
Reasons:
  • Low length (1):
  • Has code block (-0.5):
  • Low reputation (0.5):
Posted by: Chibuokem Onyekwelu