UNPKG

@nextup/react-native-honeywell-printer

Version:

Print barcodes and text with a Honeywell Intermec printer with React Native

6 lines (4 loc) 209 B
const ReactNative = require('react-native'); const { NativeModules } = ReactNative; const HoneywellPrinter = NativeModules.HoneywellPrinter || {}; // Hacky fallback for iOS module.exports = HoneywellPrinter;