UNPKG

mobile-native-barcode-generator

Version:

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

7 lines 439 B
export { default as BarcodeView } from "./components/BarcodeView"; export { default as QRCodeView } from "./components/QRCodeView"; export { default as generateBarcode } from "./generateBarcode"; export { default as generateQRCode } from "./generateQRCode"; export { default as saveBarcodeToGallery } from "./saveBarcodeToGallery"; export { default as saveQRCodeToGallery } from "./saveQRCodeToGallery"; //# sourceMappingURL=index.d.ts.map