Skip to content

Commit 5c1c833

Browse files
authored
Revert "Create gesturized pressable component (#2942)"
This reverts commit 4ce89e3.
1 parent 4ce89e3 commit 5c1c833

File tree

15 files changed

+0
-1134
lines changed

15 files changed

+0
-1134
lines changed

example/App.tsx

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,6 @@ import AsyncStorage from '@react-native-async-storage/async-storage';
2323
import OverflowParent from './src/release_tests/overflowParent';
2424
import DoublePinchRotate from './src/release_tests/doubleScalePinchAndRotate';
2525
import DoubleDraggable from './src/release_tests/doubleDraggable';
26-
import GesturizedPressable from './src/release_tests/gesturizedPressable';
2726
import { ComboWithGHScroll } from './src/release_tests/combo';
2827
import {
2928
TouchablesIndex,
@@ -67,7 +66,6 @@ import Hover from './src/new_api/hover';
6766
import HoverableIcons from './src/new_api/hoverable_icons';
6867
import VelocityTest from './src/new_api/velocityTest';
6968
import Swipeable from 'src/new_api/swipeable';
70-
import Pressable from 'src/new_api/pressable';
7169

7270
import EmptyExample from './src/empty/EmptyExample';
7371
import RectButtonBorders from './src/release_tests/rectButton';
@@ -145,7 +143,6 @@ const EXAMPLES: ExamplesSection[] = [
145143
{ name: 'PointerType', component: PointerType },
146144
{ name: 'Swipeable Reanimation', component: SwipeableReanimation },
147145
{ name: 'RectButton (borders)', component: RectButtonBorders },
148-
{ name: 'Gesturized pressable', component: GesturizedPressable },
149146
],
150147
},
151148
{
@@ -167,7 +164,6 @@ const EXAMPLES: ExamplesSection[] = [
167164
{ name: 'Chat Heads', component: ChatHeadsNewApi },
168165
{ name: 'Drag and drop', component: DragNDrop },
169166
{ name: 'Swipeable', component: Swipeable },
170-
{ name: 'Pressable', component: Pressable },
171167
{
172168
name: 'Horizontal Drawer (Reanimated 2 & RNGH 2)',
173169
component: BetterHorizontalDrawer,

example/src/new_api/pressable/index.tsx

Lines changed: 0 additions & 90 deletions
This file was deleted.

example/src/release_tests/gesturizedPressable/androidRippleExample.tsx

Lines changed: 0 additions & 38 deletions
This file was deleted.

example/src/release_tests/gesturizedPressable/delayedPressExample.tsx

Lines changed: 0 additions & 86 deletions
This file was deleted.

example/src/release_tests/gesturizedPressable/functionalStylesExample.tsx

Lines changed: 0 additions & 45 deletions
This file was deleted.

example/src/release_tests/gesturizedPressable/hitSlopExample.tsx

Lines changed: 0 additions & 92 deletions
This file was deleted.

0 commit comments

Comments
 (0)