Skip to content

Commit 2c5ee75

Browse files
committed
[android] feat: add Scroll Gesture
1 parent c1d7e15 commit 2c5ee75

File tree

14 files changed

+852
-36
lines changed

14 files changed

+852
-36
lines changed

apps/common-app/App.tsx

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -69,6 +69,7 @@ import HoverableIcons from './src/new_api/hoverable_icons';
6969
import VelocityTest from './src/new_api/velocityTest';
7070
import Swipeable from './src/new_api/swipeable';
7171
import Pressable from './src/new_api/pressable';
72+
import Scroll from './src/new_api/scroll';
7273

7374
import EmptyExample from './src/empty/EmptyExample';
7475
import RectButtonBorders from './src/release_tests/rectButton';
@@ -113,6 +114,11 @@ const EXAMPLES: ExamplesSection[] = [
113114
{ name: 'Pressable', component: Pressable },
114115
{ name: 'Hover', component: Hover },
115116
{ name: 'Hoverable icons', component: HoverableIcons },
117+
{
118+
name: 'Scroll',
119+
component: Scroll,
120+
unsupportedPlatforms: new Set(['web', 'ios', 'macos']),
121+
},
116122
{
117123
name: 'Horizontal Drawer (Reanimated 2 & RNGH 2)',
118124
component: BetterHorizontalDrawer,

0 commit comments

Comments
 (0)