Releases: cjam/react-native-spotify-remote
Releases · cjam/react-native-spotify-remote
v0.2.1
v0.2.0
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 withSpotifyAuth
)PlayURI
- URI to play when authorizing (Issue #29)showDialog
- Whether or not to show the auth dialog
SpotifyAuth
endSession()
- Ends current sessiongetSession()
- Gets the current session object
SpotifySession
- Session Object DefinitionSpotifyRemote
disconnect()
- Disconnects the Remote from Spotify
- Feature Matrix to Readme (Docs)
- Example of queuing many tracks
- Requirement of XCode 11
v0.1.1
v0.1.0
Changed
- Updated Spotify SDK to v1.2.0
getRecommendedContentItems
now takesoptions
object instead ofContentType
- Example app to more fully exercise exposed functionality #20
Fixed
- playerStateChanged event not triggered #14
Added
playItem
playItemWithIndex
for #15getRootContentItems
getContentItemForUri
getCrossfadeState
Track
Propertiessaved
episode
podcast
ContentItem
PropertiesavailableOffline
children