Added job select on Camera
This commit is contained in:
@@ -80,6 +80,7 @@ export default function CameraControls({
|
||||
onPressOut={onCaptureOut}
|
||||
onLongPress={onLongCapture}
|
||||
onPress={onShortCapture}
|
||||
disabled={capturing}
|
||||
>
|
||||
<View style={[styles.captureBtn, capturing && styles.captureBtnActive]}>
|
||||
{capturing && <View style={styles.captureBtnInternal} />}
|
||||
|
||||
Reference in New Issue
Block a user