Recently im making a native app using react native, one of requeriments its make a module that generates multiple barcodes (128, qr code and datamatrix) but im have a problem because to generate 128 barcode and qr code its very easy using some dependences the "datamatrix code" is another history... I did not find a dependency that could make the path easy for meCan someone help me with any ideas of which way to go? As a last solution it occurs to me to create a small web service that receives values in the path and returns a datamatrix and then mount the service in a react native webview but as I mentioned I would like this to be my last alternative
Thanks for the answers