Skip to content

Commit a914edb

Browse files
authored
Remove Snack demo of Gesture Handler (#1607)
1 parent f3ae26a commit a914edb

File tree

1 file changed

+1
-9
lines changed

1 file changed

+1
-9
lines changed

docs/src/pages/index.js

Lines changed: 1 addition & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ const screenshotUrl = 'gifs/sampleswipeable.gif';
1212

1313
const boxes = [
1414
{
15-
title: <>Use platform native gesture recognizers👍</>,
15+
title: <>Use platform native gesture recognizers</>,
1616
description: (
1717
<>
1818
With Gesture Handler touch stream handling happens on the UI thread and
@@ -94,14 +94,6 @@ function Hero() {
9494
to={useBaseUrl('docs/')}>
9595
View Docs
9696
</Link>
97-
<Link
98-
className={classnames(
99-
'button button--primary button--lg',
100-
styles.getStarted
101-
)}
102-
to="https://snack.expo.io/@adamgrzybowski/react-native-gesture-handler-demo">
103-
Try demo app on Expo
104-
</Link>
10597
</div>
10698
</div>
10799
<div

0 commit comments

Comments
 (0)