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

This reverts commit 8ce541ff9a.
This commit is contained in:
jcesarmobile 2019-10-18 07:14:30 +02:00 committed by Daniel Sogl
parent 0b43c69993
commit 4c5d70eacd

View File

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