Giuseppe Lo Re

Results 2 issues of Giuseppe Lo Re

Hi, I'm creating an android app, with a qrcode reader + form that submit on azure service-bus I installed fast-text-encoding and i have this error: TypeError: Cannot read property 'prototype'...

I'm working on an Android app with react native/android studio/@azure service-bus. After this issue with @azure service-bus https://github.com/Azure/azure-sdk-for-js/issues/30342 , I installed fastestsmallesttextencoderdecoder: I created globals.js: ``` global.TextEncoder = require('fastestsmallesttextencoderdecoder').TextEncoder; global.TextDecoder...