mirror of
https://github.com/status-im/react-native-camera.git
synced 2026-08-31 05:31:07 +00:00
Added docs for location and rotation options
This commit is contained in:
@@ -199,6 +199,9 @@ Supported options:
|
||||
- `audio` (See `captureAudio` under Properties)
|
||||
- `mode` (See `captureMode` under Properties)
|
||||
- `target` (See `captureTarget` under Properties)
|
||||
- `metadata` This is metadata to be added to the captured image.
|
||||
- `location` This is the object returned from `navigator.geolocation.getCurrentPosition()` (React Native's geolocation polyfill). It will add GPS metadata to the image.
|
||||
- `rotation` This will rotate the image by the number of degrees specified.
|
||||
|
||||
#### `stopCapture()`
|
||||
|
||||
|
||||
Reference in New Issue
Block a user