borderRadius not applied on FlatList
问题 I have a FlatList that gets displayed whenever someone inputs text in a TextInput. The issue that I'm facing is that borderRadius is applied on iOS, but not on Android (see what I mean at https://gitlab.com/narcis11/jobzy/uploads/2377b0617461a1ce35e3ae249b28c93c/rounded-edges.png ). The screenshot is from a Google Pixel emulator running API 28. I am running on Expo 33, which is based on React Native 0.59.8. I've tried the following: Setting borderRadius={6} as a parameter in the FlatList, not