We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
App.tsx
1 parent c7c1a89 commit 77c5f37Copy full SHA for 77c5f37
example/App.tsx
@@ -109,7 +109,7 @@ const EXAMPLES: ExamplesSection[] = [
109
{ name: 'Chat Heads', component: ChatHeadsNewApi },
110
{ name: 'Drag and drop', component: DragNDrop },
111
{ name: 'New Swipeable', component: Swipeable },
112
- { name: 'New Pressable', component: Pressable },
+ { name: 'Pressable', component: Pressable },
113
{ name: 'Hover', component: Hover },
114
{ name: 'Hoverable icons', component: HoverableIcons },
115
{
@@ -120,7 +120,6 @@ const EXAMPLES: ExamplesSection[] = [
120
name: 'Manual gestures',
121
component: ManualGestures,
122
},
123
- { name: 'Pressable', component: Pressable },
124
],
125
126
0 commit comments