fix(barcode-scanner): add missing shouldAutorotate property (#3096)

* Disable or enable Autorotate camera into barcode scanner plugin

* fix asterisks in jsdoc must be aligned
This commit is contained in:
reymav 2019-07-12 05:40:52 -04:00 committed by Daniel Sogl
parent 75190f5166
commit 8ce541ff9a

View File

@ -27,6 +27,11 @@ export interface BarcodeScannerOptions {
*/
disableSuccessBeep?: boolean;
/**
* Disable or enable Autorotate. Supported on IOS only.
*/
shouldAutorotate?: boolean;
/**
* Prompt text. Supported on Android only.
*/