Compare commits
1 Commits
0e05fc314f
...
1312c5be53
Author | SHA1 | Date | |
---|---|---|---|
1312c5be53 |
@@ -28,7 +28,7 @@ interface OnErrorEvent {
|
|||||||
}
|
}
|
||||||
interface OnVideoChunkReadyEvent {
|
interface OnVideoChunkReadyEvent {
|
||||||
filepath: string
|
filepath: string
|
||||||
index: int
|
index: number
|
||||||
}
|
}
|
||||||
type NativeCameraViewProps = Omit<CameraProps, 'device' | 'onInitialized' | 'onError' | 'frameProcessor' | 'codeScanner'> & {
|
type NativeCameraViewProps = Omit<CameraProps, 'device' | 'onInitialized' | 'onError' | 'frameProcessor' | 'codeScanner'> & {
|
||||||
cameraId: string
|
cameraId: string
|
||||||
|
Reference in New Issue
Block a user