@helium/crypto-react-native
Advanced tools
Comparing version 3.4.0 to 3.5.0
@@ -33,2 +33,3 @@ "use strict"; | ||
exports.utils = __importStar(require("./utils")); | ||
global.Buffer = require('safe-buffer').Buffer; | ||
//# sourceMappingURL=index.js.map |
{ | ||
"name": "@helium/crypto-react-native", | ||
"version": "3.4.0", | ||
"version": "3.5.0", | ||
"description": "Cryptography utilities including mnemonics, keypairs and base58-check encoding for React Native", | ||
@@ -39,3 +39,3 @@ "keywords": [ | ||
}, | ||
"gitHead": "dacd186426fd39b9b69336fab6ee0ac3aa422248" | ||
"gitHead": "c221ad920b5c4c4fc5f01bf3fc3eee82cc52599c" | ||
} |
@@ -20,8 +20,1 @@ # `@helium/crypto-react-native` | ||
``` | ||
Add the following to your `App.js` file: | ||
```js | ||
global.Buffer = require('safe-buffer').Buffer | ||
``` | ||
Sorry, the diff of this file is not supported yet
64464
2365
20