react-native-spotify
react-native-spotify copied to clipboard
A native module that allows you to use the Spotify SDK API with react-native
I have found this https://www.npmjs.com/package/react-native-spotify-sdk which covers Android wonder if it would be possible to merge these together to give us both platforms?
Hi i am trying to install your Spotify library, after following the steps, I see this error on my device. Not really sure where to start but it appears that...
So I just spent the last week making a fully working react native module for Spotify on iOS and Android, but I found that you had already taken the react-native-spotify...
Exposes the accessToken to the React Native code for simultaneous use of Spotify Web Api. Fixes #19
Helllo how i can access to current user ??? :) thx
Using the example from the example folder I added the metadata function to the code like this: `SpotifyModule.playSpotifyURI("spotify:track:12x8gQl2UYcQ3tizSfoPbZ", 0, 0.0, (error) => { if(error) { console.error('Something went wrong') } SpotifyModule.metadata((res)=>{console.log(res);});...
Hello! Thanks so much for putting together this helpful library! I am a little confused about how the redirect URI plays into a native environment. Could someone provide an example?...
Android?
Great work first of all I was looking for something like this. Any chance an Android wrapper would be coming down the line anytime soon?
I am attempting to get Spotify Authentication working but it only shows a login view without any form to proceed, screenshot below. There are no errors in the console for...