mirror of
https://github.com/status-im/react-native-camera.git
synced 2025-02-24 17:58:20 +00:00
Add photo documentation (#269)
This commit is contained in:
parent
2a78d0e1d0
commit
75dff8bff1
@ -141,7 +141,7 @@ This property allows you to specify the target output of the captured image data
|
||||
|
||||
#### `iOS` `captureQuality`
|
||||
|
||||
Values: `Camera.constants.CaptureQuality.high` or `"high"` (default), `Camera.constants.CaptureQuality.medium` or `"medium"`, `Camera.constants.CaptureQuality.low` or `"low"`
|
||||
Values: `Camera.constants.CaptureQuality.high` or `"high"` (default), `Camera.constants.CaptureQuality.medium` or `"medium"`, `Camera.constants.CaptureQuality.low` or `"low"`, `Camera.constants.CaptureQuality.photo` or `"photo"`.
|
||||
|
||||
This property allows you to specify the quality output of the captured image or video. By default the quality is set to high.
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user