Hi all! I just have enough time to log the issue: this is something introduced by #75 ; Buffer is one of those global vars that don't exists in RN. This is not a critical issue, as even on the user's side a simple global.Buffer = bufferPolyfill will do to fix the issue. Another alternative is to relay on https://www.npmjs.com/package/buffer directly from this package
Hi all! I just have enough time to log the issue: this is something introduced by #75 ;
Bufferis one of those global vars that don't exists in RN. This is not a critical issue, as even on the user's side a simpleglobal.Buffer = bufferPolyfillwill do to fix the issue. Another alternative is to relay on https://www.npmjs.com/package/buffer directly from this package