mirror of
https://github.com/status-im/react-native-camera.git
synced 2025-02-24 01:38:18 +00:00
added missing trailing comma
This commit is contained in:
parent
83c26fd01c
commit
f9da44fb0a
@ -69,7 +69,7 @@ type RecordingOptions = {
|
||||
quality?: number | string,
|
||||
codec?: string,
|
||||
mute?: boolean,
|
||||
path?: string
|
||||
path?: string,
|
||||
};
|
||||
|
||||
type EventCallbackArgumentsType = {
|
||||
@ -238,7 +238,7 @@ export default class Camera extends React.Component<PropsType, StateType> {
|
||||
playSoundOnCapture: false,
|
||||
pictureSize: 'None',
|
||||
videoStabilizationMode: 0,
|
||||
mirrorVideo: false
|
||||
mirrorVideo: false,
|
||||
};
|
||||
|
||||
_cameraRef: ?Object;
|
||||
|
Loading…
x
Reference in New Issue
Block a user