react-native-vision-camera/docs
Shiran Gabriel 12c2987b85
doc: Code fixes on saving & getting the photo in TAKING_PHOTOS.mdx (#1896)
code fixes on saving & getting the photo in TAKING_PHOTOS.mdx

- The variable path has been renamed to file, as camera.current.takePhoto() always returns a file
- CameraRoll.save() method has been updated to use file.path for saving the captured photo.
- fetch() method has been updated to use file.path on getting captured photo as blob
2023-10-03 11:20:41 +02:00
..
docs/guides doc: Code fixes on saving & getting the photo in TAKING_PHOTOS.mdx (#1896) 2023-10-03 11:20:41 +02:00
src docs: Update link colors 2023-09-29 19:28:38 +02:00
static Add border radius to images 2023-09-26 13:16:35 +02:00
.gitignore docs: Upgrade to Docusaurus 3 (#1783) 2023-09-11 11:45:17 +02:00
babel.config.js chore: Remove semicolons (#1846) 2023-09-26 11:39:17 +02:00
docusaurus.config.js docs: Fix search by disabling contextual search 2023-09-29 19:18:00 +02:00
package.json docs: Upgrade to Docusaurus 3 (#1783) 2023-09-11 11:45:17 +02:00
README.md remove build docs 2023-03-06 11:36:00 +01:00
sidebars.js feat: Add customizable Video Bit Rate (videoBitRate) (#1882) 2023-09-29 15:27:09 +02:00
yarn.lock docs: Upgrade to Docusaurus 3 (#1783) 2023-09-11 11:45:17 +02:00

Website

This website is built using Docusaurus 2, a modern static website generator.

Installation

yarn install

Local Development

yarn start

This command starts a local development server and open up a browser window. Most changes are reflected live without having to restart the server.

Build

yarn build

This command generates static content into the build directory and can be served using any static contents hosting service.

Deployment

Docs are deployed to https://react-native-vision-camera.com using Next.js/Vercel.