Tejashwi Kalp Taru

Results 2 issues of Tejashwi Kalp Taru

this.socket = new SocketIO('http://myserver.com:3000/', {secure: true}); this.socket.on('connect', () => { this.socket.emit('authentication', { token: this.state.valid, id_user: this.state.id }); Seems like NativeModule don't have Socket class, so it's throwing undefined error. I...

The original source code by "Tinusaur" has been updated and now it supports SSD1315 chip also, which is very common and sometimes an SSD1306 display comes with SSD1315. This port...