I've got a Xamarin app that have iOS and Android versions (.NET Standard business layer).
I've been asked to add a QR code to one of the screens. It'll encode a short string. I can't talk out to an API for this, so needs to be done on the device.
I'm looking for a simple, supported library that'll generate a QR code for me and allow me to display it on the device. Ideally will be iOS and Android, but I could use different ones for both.
I don't need scanning features.
I came across the ZXing.Net.Mobile, but looked like it could be heavier than I need, so wondered if anyone had experience/knowledge of a lighter weight solution.