CSeanXu

Results 1 comments of CSeanXu

@XJH0415 @lesharadkovich #### The reason: Buffer is a core node module which bitsharesjs depends on. #### Solution: ``` npm install rn-nodeify ./node_modules/.bin/rn-nodeify --install --hack ``` #### Reference: 1. [https://github.com/bitcoinjs/bitcoinjs-lib/issues/559](https://github.com/bitcoinjs/bitcoinjs-lib/issues/559) 2....