UNPKG

react-native-scanbot-sdk

Version:

Scanbot Document and Barcode Scanner SDK React Native Plugin for Android and iOS

22 lines (18 loc) 669 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.NavigationBarModeValues = void 0; /// Auto-generated with ScanbotSDKCodegenV3. Modifications will be overwritten. /// Generated from rtu-ui-v2/schemas/common/NavigationBarConfiguration.yaml /** The visual mode used for the navigation bar icons. Android only. - `DARK`: Display all icons in the navigation bar in black. - `LIGHT`: Display all icons in the navigation bar in white. - `HIDDEN`: Hide the navigation bar. */ const NavigationBarModeValues = exports.NavigationBarModeValues = ['DARK', 'LIGHT', 'HIDDEN']; //# sourceMappingURL=NavigationBarConfiguration.js.map