File tree Expand file tree Collapse file tree 1 file changed +2
-1
lines changed
Expand file tree Collapse file tree 1 file changed +2
-1
lines changed Original file line number Diff line number Diff line change @@ -50,6 +50,7 @@ class YourComponent extends Component {
5050 < View>
5151 < DocumentScanner
5252 useBase64
53+ saveInAppDocument= {false }
5354 onPictureTaken= {data => this .setState ({
5455 image: data .croppedImage ,
5556 initialImage: data .initialImage ,
@@ -87,7 +88,7 @@ class YourComponent extends Component {
8788| contrast | ` 1 ` | ` float ` | Increase or decrease camera contrast. Normal as default |
8889| quality | ` 0.8 ` | ` float ` | Image compression. Reduces both image size and quality |
8990| useBase64 | ` false ` | ` bool ` | If base64 representation should be passed instead of image uri's |
90- | saveInAppDocument | ` false ` | ` bool ` | If should save in app document |
91+ | saveInAppDocument | ` false ` | ` bool ` | If should save in app document in case of not using base 64 |
9192| captureMultiple | ` false ` | ` bool ` | Keeps the scanner on after a successful capture |
9293
9394## Manual capture
You can’t perform that action at this time.
0 commit comments