react-native-vision-camera/docs/sidebars.js
Marc Rousavy 6640b72a00
feat: Code Scanner API (#1912)
* feat: CodeScanner JS API

* feat: iOS

* Use guard

* Format

* feat: Android base

* fix: Attach Surfaces

* Use isBusy var

* fix: Use separate Queue

* feat: Finish iOS types

* feat: Implement all other code types on Android

* fix: Call JS event

* fix: Pass codetypes on Android

* fix: iOS use Preview coordinate system

* docs: Add comments

* chore: Format code

* Update CameraView+AVCaptureSession.swift

* docs: Add Code Scanner docs

* docs: Update

* feat: Use lazily downloaded model on Android

* Revert changes in CameraPage

* Format

* fix: Fix empty QR codes

* Update README.md
2023-10-04 12:53:52 +02:00

49 lines
1.2 KiB
JavaScript

module.exports = {
visionSidebar: {
Guides: [
'guides/setup',
'guides/devices',
'guides/lifecycle',
'guides/formats',
'guides/taking-photos',
'guides/recording-videos',
'guides/code-scanning',
{
type: 'category',
label: 'Realtime Frame Processing',
items: [
'guides/frame-processors',
'guides/pixel-formats',
'guides/frame-processors-tips',
'guides/frame-processor-plugin-list',
'guides/skia-frame-processors',
{
type: 'category',
label: 'Creating Frame Processor Plugins',
items: [
'guides/frame-processors-plugins-overview',
'guides/frame-processors-plugins-ios',
'guides/frame-processors-plugins-android',
'guides/frame-processors-plugins-final',
]
},
]
},
'guides/zooming',
'guides/focusing',
'guides/hdr',
'guides/stabilization',
'guides/performance',
'guides/errors',
'guides/mocking',
'guides/troubleshooting',
],
API: [
{
type: 'autogenerated',
dirName: 'api',
}
],
},
}