<RectButton> border radius behaves differently than in <View> #562
Labels
Area: Touchable
BugBash 31.03
Can repro
It is confirmed we can reproduce the issue
Platform: iOS
This issue is specific to iOS
To verify
NOTE: This is not the same issue as in #226
System: iPhone 5s (simulator), iOS 12.2 (the problem doesn't appear on Android)
RN Version: 0.59.4
react-native-gesture-handler version: 1.1.0
For small border radiuses (
borderRadius: 10
on screenshot), both components look identical:However, big border radiuses (
borderRadius: 100
on screenshot) overlap in<RectButton>
differently than in<View>
. In the first one, they create this pointy effect, in the latter, they form a smooth, rounded edge (which is obviously the desired behaviour):The text was updated successfully, but these errors were encountered: