react-native-scanbot-sdk
Version:
Scanbot Document and Barcode Scanner SDK React Native Plugin for Android and iOS
14 lines (11 loc) • 369 B
text/typescript
import { DeepPartial, PartiallyConstructible } from '../../utils';
/**
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.
*/
export type NavigationBarMode = 'DARK' | 'LIGHT' | 'HIDDEN';