Barcode return binary data?

I’m interested in using the barcode scanner package to scan binary QR codes. It appears the underlying library (on iOS, ZXing) supports binary results. If I added this to Expo, how do you think it should work? Add another argument to the callback? Add another callback with a more expressive object with e.g text() and arrayBuffer()? Add an expected data type to the component attributes?

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.