diff --git a/docs/docs/ANIMATED.md b/docs/docs/ANIMATED.mdx similarity index 93% rename from docs/docs/ANIMATED.md rename to docs/docs/ANIMATED.mdx index 608b38b..60d29ad 100644 --- a/docs/docs/ANIMATED.md +++ b/docs/docs/ANIMATED.mdx @@ -4,10 +4,12 @@ title: Zooming with Reanimated sidebar_label: Zooming with Reanimated --- +import useBaseUrl from '@docusaurus/useBaseUrl'; +
- - + +
diff --git a/docs/docs/DEVICES.md b/docs/docs/DEVICES.mdx similarity index 96% rename from docs/docs/DEVICES.md rename to docs/docs/DEVICES.mdx index a6f55c0..cdf49ec 100644 --- a/docs/docs/DEVICES.md +++ b/docs/docs/DEVICES.mdx @@ -4,10 +4,12 @@ title: Camera Devices sidebar_label: Camera Devices --- +import useBaseUrl from '@docusaurus/useBaseUrl'; +
- - + +
diff --git a/docs/docs/ERRORS.md b/docs/docs/ERRORS.mdx similarity index 96% rename from docs/docs/ERRORS.md rename to docs/docs/ERRORS.mdx index 5674595..be9621f 100644 --- a/docs/docs/ERRORS.md +++ b/docs/docs/ERRORS.mdx @@ -4,8 +4,10 @@ title: Camera Errors sidebar_label: Camera Errors --- +import useBaseUrl from '@docusaurus/useBaseUrl'; +
- +
## Why? diff --git a/docs/docs/FORMATS.md b/docs/docs/FORMATS.mdx similarity index 98% rename from docs/docs/FORMATS.md rename to docs/docs/FORMATS.mdx index de06664..aff2b10 100644 --- a/docs/docs/FORMATS.md +++ b/docs/docs/FORMATS.mdx @@ -4,8 +4,10 @@ title: Camera Formats sidebar_label: Camera Formats --- +import useBaseUrl from '@docusaurus/useBaseUrl'; +
- +
### What are camera formats? diff --git a/docs/docs/FRAME_PROCESSORS.md b/docs/docs/FRAME_PROCESSORS.mdx similarity index 88% rename from docs/docs/FRAME_PROCESSORS.md rename to docs/docs/FRAME_PROCESSORS.mdx index f5aa1af..e84961b 100644 --- a/docs/docs/FRAME_PROCESSORS.md +++ b/docs/docs/FRAME_PROCESSORS.mdx @@ -4,6 +4,8 @@ title: Frame Processors sidebar_label: Frame Processors --- +import useBaseUrl from '@docusaurus/useBaseUrl'; + :::warning FRAME PROCESSORS ARE STILL WORK IN PROGRESS - SEE [#2](https://github.com/cuvent/react-native-vision-camera/pull/2) ::: @@ -11,8 +13,8 @@ FRAME PROCESSORS ARE STILL WORK IN PROGRESS - SEE [#2](https://github.com/cuvent
- - + +
@@ -23,7 +25,7 @@ Frame processors are functions that are written in JavaScript (or TypeScript) wh For example, you might want to create a QR code scanner _without ever writing native code while still achieving almost-native performance_. Since you can write the scanning part yourself, you can implement a custom QR code system like the one Snapchat uses for Snap-codes.
- +

diff --git a/docs/docs/SETUP.md b/docs/docs/SETUP.mdx similarity index 96% rename from docs/docs/SETUP.md rename to docs/docs/SETUP.mdx index 2b4dfb4..937bd7e 100644 --- a/docs/docs/SETUP.md +++ b/docs/docs/SETUP.mdx @@ -5,8 +5,10 @@ sidebar_label: Getting Started slug: / --- +import useBaseUrl from '@docusaurus/useBaseUrl'; +
- +
## Installing the library diff --git a/docs/docs/TROUBLESHOOTING.md b/docs/docs/TROUBLESHOOTING.mdx similarity index 95% rename from docs/docs/TROUBLESHOOTING.md rename to docs/docs/TROUBLESHOOTING.mdx index e6338bb..4036ed2 100644 --- a/docs/docs/TROUBLESHOOTING.md +++ b/docs/docs/TROUBLESHOOTING.mdx @@ -4,8 +4,10 @@ title: Troubleshooting sidebar_label: Troubleshooting --- +import useBaseUrl from '@docusaurus/useBaseUrl'; +
- +
Before opening an issue, make sure you try the following: