Ryan Sam
Ryan Sam
I'm also having this issue. I'm using a real iOS (14.0.1) device. This is my code: ```javascript // Api Config object, replace with your own applications client id and urls...
> @ryansaam Out of curiosity. Is spotify closed or open when you try to run your code? In the past I've found that closing Spotify and allowing the auth flow...
@cjam You didn't include the link for the docs. I assume you were talking about the docs for this library?
I got this to work. Just to clarify I had Spotify's redirect url, spotify-ios-quick-start://spotify-login-callback, already white-listed in my developer console. What solved it for me was these parts of the...
Couldn't you write something like so: ```javascript class onHover extends Component { constructor(props) { super(props); this.state = { bool: false, } this.handleMouse = this.handleMouse.bind(this) } handleMouse() { this.setState((state) => ({...
I would like to take this as my good first issue
Yeah I'm sorry I wasn't sure. I should've asked you first. I'm new to contributing so I am still trying to figure out how the flow of things work here....