Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion docs/docs/guides/RECORDING_VIDEOS.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -174,7 +174,7 @@ See [FPS](formats#fps) for more information.

## Saving the Video to the Camera Roll

Since the Video is stored as a temporary file, you need save it to the Camera Roll to permanentely store it. You can use [react-native-cameraroll](https://github.com/react-native-cameraroll/react-native-cameraroll) for this:
Since the Video is stored as a temporary file, you need save it to the Camera Roll to permanently store it. You can use [react-native-cameraroll](https://github.com/react-native-cameraroll/react-native-cameraroll) for this:

```ts
camera.current.startRecording({
Expand Down
2 changes: 1 addition & 1 deletion docs/docs/guides/TAKING_PHOTOS.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,7 @@ On iOS, snapshot capture requires [`video`](/docs/api/interfaces/CameraProps#vid

## Saving the Photo to the Camera Roll

Since the Photo is stored as a temporary file, you need to save it to the Camera Roll to permanentely store it. You can use [react-native-cameraroll](https://github.com/react-native-cameraroll/react-native-cameraroll) for this:
Since the Photo is stored as a temporary file, you need to save it to the Camera Roll to permanently store it. You can use [react-native-cameraroll](https://github.com/react-native-cameraroll/react-native-cameraroll) for this:

```ts
const file = await camera.current.takePhoto()
Expand Down