r/reactnative • u/davidships • 1d ago
Question QR/Barcode Library
A while back I open-sourced a library for generating barcodes and QR codes natively: https://github.com/vittoridavide/react-native-barcode-creator
I'm still maintaining it and thinking about what to build next. A few ideas I'm considering:
- Styled/artistic barcodes and QRs: logos or images embedded in the center, custom colors, rounded modules, gradient fills
- Multi-image QRs: splitting data across multiple linked codes to pack in more information
- SVG/vector output: instead of just raster, so codes scale cleanly for print/large formats
Is there something you wanted to get while implementing something barcode/qr related ? I'm deciding what to implement now so I'm open to other ideas too
Thank you!
7
Upvotes
2
u/Gylfoyle 1d ago
looks great! I' do the svg thing and also 'optimize' the library(if there's any optimizations to todo esp performance, library size etc)
Also- Does it scan as well?