We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f3ae26a commit a914edbCopy full SHA for a914edb
docs/src/pages/index.js
@@ -12,7 +12,7 @@ const screenshotUrl = 'gifs/sampleswipeable.gif';
12
13
const boxes = [
14
{
15
- title: <>Use platform native gesture recognizers👍</>,
+ title: <>Use platform native gesture recognizers</>,
16
description: (
17
<>
18
With Gesture Handler touch stream handling happens on the UI thread and
@@ -94,14 +94,6 @@ function Hero() {
94
to={useBaseUrl('docs/')}>
95
View Docs
96
</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>
105
</div>
106
107
<div
0 commit comments