UNPKG

mobile-native-barcode-generator

Version:

Library to generate barcodes and qr codes natively using Kotlin and Swift, integrated with react native.

9 lines (8 loc) 470 B
"use strict"; export { default as BarcodeView } from "./components/BarcodeView.js"; export { default as QRCodeView } from "./components/QRCodeView.js"; export { default as generateBarcode } from "./generateBarcode.js"; export { default as generateQRCode } from "./generateQRCode.js"; export { default as saveBarcodeToGallery } from "./saveBarcodeToGallery.js"; export { default as saveQRCodeToGallery } from "./saveQRCodeToGallery.js"; //# sourceMappingURL=index.js.map