Damian Ezequiel Di Zeo
Damian Ezequiel Di Zeo
Hello guys, I have an iOS LN wallet app which runs `lnd` built with gomobile but also I need run `loopd` in the application as well. How can I deal...
Hey guys, any progress on this? would be great run minimint on React native apps or is there already a way to do it? Thanks in advance
Well recreated the class that mimics the behavior of MessageChannel in React Native, leave it here if helps someone. ``` class MessageChannel { constructor() { this.port1 = new MessagePort(); this.port2...