kulapio / libra-core

A javascript client for libra, works on browser and node
https://www.npmjs.com/package/kulap-libra
39 stars 16 forks source link

Added react-native alias to map Node import to Browser import. #18

Closed turingpavan closed 5 years ago

turingpavan commented 5 years ago

This fixes the issue in react native error: bundling failed: Error: Unable to resolve module memcpy from ....\node_modules\bytebuffer\dist\bytebuffer-node.js: Module memcpy does not exist in the Haste module map

totiz commented 5 years ago

Nice, Thanks guy