react-native-spotify-remote

React Native wrapper around the Spotify Remote SDK

MIT License

Downloads
483
Stars
237
Committers
19

Bot releases are hidden (Show)

react-native-spotify-remote - v0.2.1

Published by cjam over 4 years ago

Fixed

  • Playing Playlist Item would throw exception on PlayerState update Issue #35
  • Safer use of the remote apis Issue #32
react-native-spotify-remote - v0.2.0

Published by cjam over 4 years ago

Changed

  • Spotify SDK from 1.2.0 to 1.2.2
  • Example App to use an App Context so that components could be factored to separate files

Added

  • ApiConfig (Used to authenticate and initialize session with SpotifyAuth)
    • PlayURI - URI to play when authorizing (Issue #29)
    • showDialog - Whether or not to show the auth dialog
  • SpotifyAuth
    • endSession() - Ends current session
    • getSession() - Gets the current session object
  • SpotifySession - Session Object Definition
  • SpotifyRemote
    • disconnect() - Disconnects the Remote from Spotify
  • Feature Matrix to Readme (Docs)
  • Example of queuing many tracks
  • Requirement of XCode 11
react-native-spotify-remote - v0.1.1

Published by cjam over 4 years ago

Fixed

  • Missing SpotifyiOS headers / Framework #25
react-native-spotify-remote - v0.1.0

Published by cjam almost 5 years ago

Changed

  • Updated Spotify SDK to v1.2.0
  • getRecommendedContentItems now takes options object instead of ContentType
  • Example app to more fully exercise exposed functionality #20

Fixed

  • playerStateChanged event not triggered #14

Added

  • playItem
  • playItemWithIndex for #15
  • getRootContentItems
  • getContentItemForUri
  • getCrossfadeState
  • Track Properties
    • saved
    • episode
    • podcast
  • ContentItem Properties
    • availableOffline
    • children
react-native-spotify-remote - v0.0.8

Published by cjam almost 5 years ago

Fixed
#12: 'React/RCTConvert.h' file not found
Added
Troubleshooting section to readme

react-native-spotify-remote - v0.0.7

Published by cjam almost 5 years ago

Fixing the Cocoapod install docs

react-native-spotify-remote - v0.0.6

Published by cjam almost 5 years ago

Added

  • Cocoapod support
  • RN >= 0.60 support

Updated

  • Example application to RN > 0.60
  • Docs
Package Rankings
Top 7.24% on Npmjs.org
Badges
Extracted from project README
npm version Spotify iOS SDK Version Spotify Android App Remote Version Spotify Android Auth Version All Contributors
Related Projects