Jon

Results 7 comments of Jon

I also get this error when queuing multiple tracks. It seems to be caused by repeated instantaneous requests to the queue method. For my use case I managed to fix...

@smallsaucepan I was looking for a way to do this also (but to pass in a custom component). I ended up finding/using `react-native-resegmented-control` which allows you to pass in anything...

> dyld[14952]: Library not loaded: '@rpath/SpotifyiOS.framework/SpotifyiOS' > Referenced from: '/private/var/containers/Bundle/Application/10A6E331-3D51-433D-8C87-ABB90EC68B95/Queue.app/Queue' @yzalvov @adomoshe I'm experiencing this exact issue currently. Xcode 14.1/react-native-spotify-remote latest (`1.0.0-1`) on intel mac while building to an iPhone....

hey @yzalvov thanks, I ended up getting it working. I needed to also go to the "general" tab for the app target and toggle the embed option for `SpotifyiOS.xcframework` to...

> I encountered a similar issue a couple of days ago and conducted thorough research to find a solution. After much investigation, I managed to resolve it successfully on my...

@sgfn thanks, ideally the metadata can be _per track_ like this, not simply at the room level. This gives the ultimate flexibility imo. I also personally like having the prefix...

The one other issue I've seen (in a next app) for this similar issue was https://github.com/mswjs/msw/issues/1877 however, it appears closed and there was some uncertainty around what the preferred/actual fix...