From 63efd632623144187161d1bcce06facb11e065bd Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ignacy=20=C5=81=C4=85tka?= Date: Fri, 4 Oct 2024 13:08:08 +0200 Subject: [PATCH 1/2] remove redundant entry --- example/App.tsx | 1 - 1 file changed, 1 deletion(-) diff --git a/example/App.tsx b/example/App.tsx index a389851b72..6c49588e91 100644 --- a/example/App.tsx +++ b/example/App.tsx @@ -120,7 +120,6 @@ const EXAMPLES: ExamplesSection[] = [ name: 'Manual gestures', component: ManualGestures, }, - { name: 'Pressable', component: Pressable }, ], }, { From 1d6236ba5ff924148bacac8ec1fd5fe8ce434bcf Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ignacy=20=C5=81=C4=85tka?= Date: Fri, 4 Oct 2024 16:30:30 +0200 Subject: [PATCH 2/2] remove the word `new` --- example/App.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/example/App.tsx b/example/App.tsx index 6c49588e91..768506c93b 100644 --- a/example/App.tsx +++ b/example/App.tsx @@ -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 }, {