Berke Güncan

Results 2 comments of Berke Güncan

discoverUnpaired = () => { if (this.state.discover) { console.log('Hey') return false } else { console.log('Begin') this.setState({ discover: true }) BluetoothSerial.discoverUnpairedDevices() .then((unpairedDevices) => { this.setState({ unpairedDevices, discover: false }) console.log(this.state.unpairedDevices) })...