Skip to content

Commit 05504b2

Browse files
committed
fix: fix menu example
1 parent 49324a0 commit 05504b2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

example/src/Examples/MenuExample.tsx

+1-1
Original file line numberDiff line numberDiff line change
@@ -122,7 +122,7 @@ const MenuExample = ({ navigation }: Props) => {
122122
<List.Section style={styles.list} title="Contextual menu">
123123
<TouchableRipple
124124
onPress={() => {}}
125-
onLongPress={() => _handleLongPress}
125+
onLongPress={_handleLongPress}
126126
>
127127
<List.Item
128128
title="List item"

0 commit comments

Comments
 (0)