Skip to content

Commit 77c5f37

Browse files
authored
Remove redundant example entry in App.tsx (#3138)
## Description There are 2 `Pressable` entries, likely as a result of merge conflicts which occurred between these two PRs: [Update examples](https://github.com/software-mansion/react-native-gesture-handler/pull/2919/files) and [Make osx example utilise the common example app](#3055)
1 parent c7c1a89 commit 77c5f37

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

example/App.tsx

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -109,7 +109,7 @@ const EXAMPLES: ExamplesSection[] = [
109109
{ name: 'Chat Heads', component: ChatHeadsNewApi },
110110
{ name: 'Drag and drop', component: DragNDrop },
111111
{ name: 'New Swipeable', component: Swipeable },
112-
{ name: 'New Pressable', component: Pressable },
112+
{ name: 'Pressable', component: Pressable },
113113
{ name: 'Hover', component: Hover },
114114
{ name: 'Hoverable icons', component: HoverableIcons },
115115
{
@@ -120,7 +120,6 @@ const EXAMPLES: ExamplesSection[] = [
120120
name: 'Manual gestures',
121121
component: ManualGestures,
122122
},
123-
{ name: 'Pressable', component: Pressable },
124123
],
125124
},
126125
{

0 commit comments

Comments
 (0)