Docs: add example app links
This commit is contained in:
parent
5a41b81ce8
commit
48f4001f06
@ -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',
|
||||||
|
},
|
||||||
],
|
],
|
||||||
},
|
},
|
||||||
],
|
],
|
||||||
|
Loading…
Reference in New Issue
Block a user