react-native-spotify-remote
react-native-spotify-remote copied to clipboard
React Native wrapper around the Spotify Remote SDK
Hi, I just upgraded to 0.3.11-6 and getting compiler error: ⚠️ ld: ignoring file /Users/expo/workingdir/build/node_modules/react-native-spotify-remote/ios/external/SpotifySDK/SpotifyiOS.framework/SpotifyiOS, file is universal (i386,armv7,x86_64) but does not contain the arm64 architecture: /Users/expo/workingdir/build/node_modules/react-native-spotify-remote/ios/external/SpotifySDK/SpotifyiOS.framework/SpotifyiOS ❌ Undefined symbols...
Hi, I've been testing this library out for a project and I'm having various difficulties with it. I've tried building the example application that comes with the package but neither...
I'm getting error `'RNEventEmitter/RNEventEmitter.h' file not found` when building the project. I'm using react native version `0.69.0`. I've tried removing and reinstalling pods and node modules but still didn't work....
Fixes #209 . Changes introduced in this pull request: - Update SpotifySDK submodule to latest commit - Update build.gradle to import auth-lib from maven - Remove clearCookies method call as...
As of October 5 2021, Facebook has stopped allowing login authentication within embedded browsers. This means when trying to authenticate with Spotify using the Facebook option, you're presented with an...
Hi there. I would like my persist spotify sessions over closing and opening the app that we are building. To achieve this I am experimenting with saving the session returned...
I created a react native project using `npx react-native init SocioMusic --template react-native-template-typescript`. And I did `yarn add react-native-spotify-remote`. Tried running `react-native android`. Got the below error. Please help. ```...
Hello, I tried to install and use this package as it seems to be perfect for my usecase. I did everything described in the docs and I also tried the...
Hey @cjam I was doing some tests and I believe that we should move how we do the android integration. We should move the dependency to be direct from auth...
Below is my code. I got accessToken but when I call SpotifyRemote.connect(session.accessToken), I got this error > Possible Unhandled Promise Rejection (id: 2): > Error: Connection attempt failed. > Stream...