diff --git a/docs/docs/guides/SHADOW_LENS.mdx b/docs/docs/guides/SHADOW_LENS.mdx new file mode 100644 index 0000000..47e6a0a --- /dev/null +++ b/docs/docs/guides/SHADOW_LENS.mdx @@ -0,0 +1,30 @@ +--- +id: shadowlens +title: ShadowLens +sidebar_label: ShadowLens +--- + +import useBaseUrl from '@docusaurus/useBaseUrl' + +
+ + + +
+ +**The perfect shot, right at your fingertips! Instantly capture high quality videos and photos using beautiful aesthetic presets.** + +**ShadowLens** is the fastest high quality Camera app so you'll never miss a moment again! Instantly capture 4k videos in either 30, 50 or 60 FPS, or shoot up to 5k photos already perfectly exposed with the press of a single button. Drag up to adjust exposure, double tap to flip the camera, and hold to record - it's all about speed! Optimized for social media apps such as Instagram, TikTok or YouTube shorts, ShadowLens videos and photos can be directly exported without quality loss. + +**ShadowLens** is a perfect showcase app for **react-native-vision-camera** - it is powerful, fast, smooth, and stable. + +**Download now:** + +
+ + + + + + +
diff --git a/docs/docs/guides/TROUBLESHOOTING.mdx b/docs/docs/guides/TROUBLESHOOTING.mdx index 2ab7157..18398c5 100644 --- a/docs/docs/guides/TROUBLESHOOTING.mdx +++ b/docs/docs/guides/TROUBLESHOOTING.mdx @@ -128,3 +128,8 @@ If you're experiencing build issues or runtime issues in VisionCamera, make sure ## Issues If nothing has helped so far, try browsing the [GitHub issues](https://github.com/mrousavy/react-native-vision-camera/issues?q=is%3Aissue). If your issue doesn't exist, [create a new one](https://github.com/mrousavy/react-native-vision-camera/issues/new/choose). Make sure to fill out the template and include as many details as possible. Also try to reproduce the issue in the [example app](https://github.com/mrousavy/react-native-vision-camera/blob/main/package/example). + + +
+ +#### 🚀 Next section: [ShadowLens](shadowlens) diff --git a/docs/sidebars.js b/docs/sidebars.js index 14946bb..73bcd9d 100644 --- a/docs/sidebars.js +++ b/docs/sidebars.js @@ -39,6 +39,7 @@ module.exports = { 'guides/errors', 'guides/mocking', 'guides/troubleshooting', + 'guides/shadowlens', ], API: [ { diff --git a/docs/static/img/appstore.svg b/docs/static/img/appstore.svg new file mode 100755 index 0000000..072b425 --- /dev/null +++ b/docs/static/img/appstore.svg @@ -0,0 +1,46 @@ + + Download_on_the_App_Store_Badge_US-UK_RGB_blk_4SVG_092917 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/docs/static/img/playstore.png b/docs/static/img/playstore.png new file mode 100644 index 0000000..131f3ac Binary files /dev/null and b/docs/static/img/playstore.png differ diff --git a/docs/static/img/shadowlens_screenshot.png b/docs/static/img/shadowlens_screenshot.png new file mode 100644 index 0000000..58ca28b Binary files /dev/null and b/docs/static/img/shadowlens_screenshot.png differ