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 - Release 1.0.0-1 Latest Release

Published by cjam over 2 years ago

Refactor

  • feat: use react-native NativeEventEmitter (#189)

Fix

  • Update gradle to direct include aar files to fix #194
react-native-spotify-remote - Release 0.3.11-6

Published by cjam over 2 years ago

Fix

  • Android null check to fix #191 (Thanks @pretorh)
react-native-spotify-remote - Release 0.3.11-5

Published by cjam over 2 years ago

Fix

  • Remove unused maven plugin (fix build error on react-native 0.67) (#177)
react-native-spotify-remote - Release 0.3.11-4

Published by cjam over 2 years ago

Update

  • update legacy double-quoted import for react-native (#175)
  • update react-native-events to ^1.0.21 (#174)
react-native-spotify-remote - Release 0.3.11-3

Published by cjam almost 3 years ago

Fix

  • Update react-native-events (Fix #173)
  • Fix PlayerRestrictions key name (#172)
react-native-spotify-remote - Release 0.3.11-2

Published by cjam almost 3 years ago

Documentation

  • Add note for Android 11 setup

Chore

  • Fix build scripts, add back the postpack script
  • update .npmignore
react-native-spotify-remote - Release 0.3.11-1

Published by cjam about 3 years ago

Update

  • Update Spotify SDKS (again)
  • Update Readme with SDK Version Badges
  • Update Contributing Guide
  • Add Dependabot configuration
react-native-spotify-remote - Release 0.3.11-0

Published by cjam about 3 years ago

Update

Fixed

  • Fix Does not work when targeting Android SDK v30 (React Native 0.65+) #161 (thanks Hoang)
  • Fix "missing SpotifyiOS.h" in example #78 #63 (thanks @dylancom)
  • Fix example project podfile to build in XCode 12.5
react-native-spotify-remote - v0.3.10

Published by cjam about 3 years ago

  • More robust handling of session object on iOS #146 (thanks @gustavoggs)
react-native-spotify-remote - Release 0.3.9

Published by cjam over 3 years ago

  • Fix crash when returned auth code was null #138 (thanks @reinhardholl)
react-native-spotify-remote - Release 0.3.8

Published by cjam over 3 years ago

Fixed

  • nil context title crash on iOS #133 (thanks @srfaytkn!)
  • getPlayerState 'Map already consumed' error #133 (thanks @srfaytkn!)
react-native-spotify-remote - Release 0.3.7

Published by cjam over 3 years ago

Fixed

  • Reference error for javascript projects #127
react-native-spotify-remote - Release 0.3.6

Published by cjam over 3 years ago

Added

  • playerContextChanged events to iOS & Android #118
  • CODE flow for Android Authentication #121

Fixed

react-native-spotify-remote - v0.3.5

Published by cjam over 3 years ago

Fixed

react-native-spotify-remote - v0.3.4

Published by cjam over 3 years ago

Fixed

Updated

  • Allow partial item to be passed into playItemWithIndex (PR #91)
  • Example to use library from source instead of installing local version
  • Autogenerated documentation
react-native-spotify-remote - v0.3.3

Published by cjam almost 4 years ago

Fixed

  • Updated Peer Dependency on React Native to >=0.60 Issue #80

Added

  • Better error messages on connection failures Issue #65
    • iOS now checks to see if Spotify is installed
  • License file

Updated

  • Example app to RN 63.4
react-native-spotify-remote - v0.3.2

Published by cjam over 4 years ago

See the release notes for v0.3.1, v0.3.0

Fixed

  • added some defaults for ApiConfig

Added

  • More documentation around setting up android project
react-native-spotify-remote - v0.3.1

Published by cjam over 4 years ago

Fixed

  • added some additional exports to index.ts to support missing typings
  • updated docs
react-native-spotify-remote - v0.3.0

Published by cjam over 4 years ago

A Pre-release to make sure installation works as expected.

SUPPORT FOR ANDROID!

Changed

  • ApiConfig.scope to ApiConfig.scopes which is now of type ApiScope[] and also aligns to the web api scopes
  • ApiScope enum values are now same as web api instead of bit flags
  • PlayerState.paused -> PlayerState.isPaused to align with Spotify's iOS/Android sdk's

Added

  • Android Support! Big thanks to @YozhikM for the initial work on this
  • PlaybackRestrictions.canSeek
  • SpotifyRemote.getChildrenOfItem now has optional options:GetChildrenItemsOptions for android paging
  • SpotifyAuth.authorize to replace SpotifyAuth.initialize which will now return a session object instead of just a token

Deprecated

  • SpotifyAuth.initialize in favor of SpotifyAuth.authorize
react-native-spotify-remote - v0.2.2

Published by cjam over 4 years ago

Changed

  • Removed logging on release builds Issue #31