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 5fcf4df commit c2bd377Copy full SHA for c2bd377
docs/src/pages/index.js
@@ -207,9 +207,10 @@ function Home() {
207
<a href="https://snack.expo.io/@adamgrzybowski/react-native-gesture-handler-demo">
208
get it here using Expo
209
</a>
210
- . Or just <a href="/docs/example">go to this page</a> to see
211
- how you can run it locally with React Native on both Android
212
- and iOS.
+ . Or just{' '}
+ <Link to={useBaseUrl('docs/example/')}>go to this page</Link>{' '}
+ to see how you can run it locally with React Native on both
213
+ Android and iOS.
214
</p>
215
<div className="item screenshot-container">
216
<img src={screenshotUrl} alt="Gesture handler screenshot" />
0 commit comments