mirror of
https://github.com/status-im/react-native-camera.git
synced 2025-02-24 09:48:17 +00:00
fix(docs): move skipProcessing to 'Supported options'
This commit is contained in:
parent
e0e1c47273
commit
8054200f81
@ -261,6 +261,9 @@ Supported options:
|
||||
|
||||
- `forceUpOrientation` (iOS only, boolean true or false). This property allows to force portrait orientation based on actual data instead of exif data.
|
||||
|
||||
- `skipProcessing` (android only, boolean). This property skips all image processing on android, this makes taking photos super fast, but you loose some of the information, width, height and the ability to do some processing on the image (base64, width, quality, mirrorImage, exif, etc)
|
||||
|
||||
|
||||
The promise will be fulfilled with an object with some of the following properties:
|
||||
|
||||
- `width`: returns the image's width (taking image orientation into account)
|
||||
@ -269,7 +272,6 @@ The promise will be fulfilled with an object with some of the following properti
|
||||
- `base64`: returns the base64 representation of the image if required.
|
||||
- `exif`: returns an exif map of the image if required.
|
||||
|
||||
- `skipProcessing` (android only, boolean). This property skips all image processing on android, this makes taking photos super fast, but you loose some of the information, width, height and the ability to do some processing on the image (base64, width, quality, mirrorImage, exif, etc)
|
||||
#### `recordAsync([options]): Promise`
|
||||
|
||||
Records a video, saves it in your app's cache directory and returns a promise when stopRecording is called or either maxDuration or maxFileSize specified are reached.
|
||||
|
Loading…
x
Reference in New Issue
Block a user