Skip to content

Commit 3a3d592

Browse files
committed
Revert "merge"
This reverts commit c2bb5e4, reversing changes made to ddf9ffa.
1 parent c2bb5e4 commit 3a3d592

15 files changed

Lines changed: 13 additions & 564 deletions

File tree

apps/common-app/src/new_api/index.tsx

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,6 @@ import ReattachingExample from './tests/reattaching';
4242
import RectButtonExample from './tests/rectButton';
4343
import TwoFingerPanExample from './tests/twoFingerPan';
4444
import WebStylesResetExample from './tests/webStylesReset';
45-
import RNResponderCancellationExample from './tests/rnResponderCancellation';
4645

4746
export const NEW_EXAMPLES: ExamplesSection[] = [
4847
{
@@ -128,10 +127,6 @@ export const NEW_EXAMPLES: ExamplesSection[] = [
128127
{ name: 'Nested pressables', component: NestedPressablesExample },
129128
{ name: 'Nested touchables', component: NestedTouchablesExample },
130129
{ name: 'Pressable', component: PressableExample },
131-
{
132-
name: 'RN responder cancellation',
133-
component: RNResponderCancellationExample,
134-
},
135130
],
136131
},
137132
];

apps/common-app/src/new_api/tests/rnResponderCancellation/MultiHandlerExample.tsx

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

0 commit comments

Comments
 (0)