TopGuru

Results 2 issues of TopGuru

I called this function btw I received ``` js {“_40”:0,”_65”:0,”_55”:null,”_72”:null} generateMnemonic = async () => { try { return await bip39.generateMnemonic(256) // default to 128 } catch(e) { return false...

question / docs

I have two views that I want to listen for onMessage event When View B is pushed from View A, and if I remove event listener on View B componentWillUnmount,...