Skip to content

Commit 031136f

Browse files
committed
fix: remove unnecessary borderless from drawer item
closes react-navigation#6801
1 parent b6e7e08 commit 031136f

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

packages/drawer/src/views/DrawerItem.tsx

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -101,7 +101,6 @@ export default function DrawerItem(props: Props) {
101101
style={[styles.container, { borderRadius, backgroundColor }, style]}
102102
>
103103
<TouchableItem
104-
borderless
105104
delayPressIn={0}
106105
onPress={onPress}
107106
style={[styles.wrapper, { borderRadius }]}

0 commit comments

Comments
 (0)