2.12.0 • Published 2 years ago

loop-vision-camera v2.12.0

Weekly downloads
-
License
MIT
Repository
github
Last release
2 years ago

Documentation

Features

  • Record Multi Video
  • Progress Bar
  • Timer
  • Delete Video
  • Record Durations
  • Record Speed

See the example app

New Props

maxDurations?: 15 | 30 | 60;

minDurations?: number;

speed?: number;

  • use it if you want to custom speed selection

processBarContainerStyle?: StyleProp;

processBarAnimatedStyle?: StyleProp;

captureButtonPaddingBottom?: number;

captureButtonSizeN?: number;

processingPaddingTop?: number;

CaptureButton?: React.FunctionComponent;

  • use it if you want to custom Capture Button

DeleteButton?: React.FunctionComponent;

  • use it if you want to custom delete

ChooseSpeedComponent?: React.FunctionComponent;

  • use it if you want to custom speed selection

ChooseTimeComponent?: React.FunctionComponent;

  • use it if you want to custom duration selection

TimerComponent?: React.FunctionComponent;

  • use it if you want to custom timmer component

DoneButtonComponent?: React.FunctionComponent;

  • use it if you want to custom done button component

SPEEDS?: number;

  • use it if you want to custom speed selection

DURATIONS?: number;

  • use it if you want to custom duration selection

onPressDoneButton?: (arg0: any) => void;

Please see the example for more detail.