Docs: add example app links

This commit is contained in:
Marc Rousavy 2021-03-04 14:10:14 +01:00 committed by GitHub
parent 5a41b81ce8
commit 48f4001f06
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -26,6 +26,11 @@ module.exports = {
label: 'API', label: 'API',
position: 'left' position: 'left'
}, },
{
href: 'https://github.com/cuvent/react-native-vision-camera/tree/main/example',
label: 'Example App',
position: 'left'
},
{ {
href: 'https://github.com/cuvent/react-native-vision-camera', href: 'https://github.com/cuvent/react-native-vision-camera',
label: 'GitHub', label: 'GitHub',
@ -69,6 +74,10 @@ module.exports = {
label: 'GitHub', label: 'GitHub',
href: 'https://github.com/cuvent/react-native-vision-camera', href: 'https://github.com/cuvent/react-native-vision-camera',
}, },
{
label: 'VisionCamera Example App',
href: 'https://github.com/cuvent/react-native-vision-camera/tree/main/example',
},
], ],
}, },
], ],