diff options
author | Ivan Chen <ivan@tagg.id> | 2021-07-22 15:09:39 -0400 |
---|---|---|
committer | Ivan Chen <ivan@tagg.id> | 2021-07-22 15:09:39 -0400 |
commit | bc82aaf481949d690af814b9dd4a0e9cab387011 (patch) | |
tree | ee96bc0f53c8f87f0a9819b62987438e0ea70b74 /src/utils/camera.ts | |
parent | d518a5e7ae053ef55ca4ede254586f77be86e768 (diff) |
Rename util function, Pass video duration to caption screen
Diffstat (limited to 'src/utils/camera.ts')
-rw-r--r-- | src/utils/camera.ts | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/utils/camera.ts b/src/utils/camera.ts index 9d7ff67f..97592fe5 100644 --- a/src/utils/camera.ts +++ b/src/utils/camera.ts @@ -57,7 +57,7 @@ export const saveImageToGallery = ( .catch((_err) => Alert.alert('Failed to save to device!')); }; -export const navigateToImagePicker = ( +export const navigateToMediaPicker = ( callback: (media: ImageOrVideo) => void, ) => { ImagePicker.openPicker({ |