UNPKG

expo-zebra-scanner

Version:

Module to use Zebra Scanner with React Native Expo

5 lines (4 loc) 79 B
export interface BarcodeEvent { scanData: string; scanLabelType: string; }