You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm trying to use node-tlv from a React Native application. I did some tests and it seems to work however I had to add require("buffer") in some files. Would It be possible to add these imports ? I can do a PR.
Example: Property Buffer does not exist line 12 of util.js.
The text was updated successfully, but these errors were encountered:
Hello,
I'm trying to use node-tlv from a React Native application. I did some tests and it seems to work however I had to add
require("buffer")
in some files. Would It be possible to add these imports ? I can do a PR.Example:
Property Buffer does not exist
line 12 ofutil.js
.The text was updated successfully, but these errors were encountered: