trezor-suite icon indicating copy to clipboard operation
trezor-suite copied to clipboard

suite-native: QR code generator (Skia + qr.js)

Open bouchja1 opened this issue 1 year ago • 0 comments

This is something for backlog with low priority.

Replace react-qr-code library with our own library using Skia + qr.js, because it could be done in like 50 lines of code and we will get rid of this dependency on the whole react-native-svg + react-qr-code.

If you will check source react-qr-code it's basically a few lines of code and you can replace svg components with Skia components and that's it.

bouchja1 avatar Oct 04 '22 14:10 bouchja1