damnable
Results
2
issues of
damnable
When user click Stop in Notification, Does it send an event to react native saying that status is Stop playing streaming song ?
In your slider, when updating volume in state, should be parse to float. Line 16: this.setState({volume_value:parseFloat(evt.volume)}); And isn't the listener should be remove when component unmount ? `code componentDidMount() {...