Skip to content

Commit

Permalink
Remove redundant example entry in App.tsx (#3138)
Browse files Browse the repository at this point in the history
## 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)
  • Loading branch information
latekvo authored Oct 4, 2024
1 parent c7c1a89 commit 77c5f37
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions example/App.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,7 @@ const EXAMPLES: ExamplesSection[] = [
{ name: 'Chat Heads', component: ChatHeadsNewApi },
{ name: 'Drag and drop', component: DragNDrop },
{ name: 'New Swipeable', component: Swipeable },
{ name: 'New Pressable', component: Pressable },
{ name: 'Pressable', component: Pressable },
{ name: 'Hover', component: Hover },
{ name: 'Hoverable icons', component: HoverableIcons },
{
Expand All @@ -120,7 +120,6 @@ const EXAMPLES: ExamplesSection[] = [
name: 'Manual gestures',
component: ManualGestures,
},
{ name: 'Pressable', component: Pressable },
],
},
{
Expand Down

0 comments on commit 77c5f37

Please sign in to comment.