https://github.com/aakarim/react-native-spotify-ios
React Native Module for the Spotify iOS API
https://github.com/aakarim/react-native-spotify-ios
module react react-native redux spotify spotify-api
Last synced: 5 months ago
JSON representation
React Native Module for the Spotify iOS API
- Host: GitHub
- URL: https://github.com/aakarim/react-native-spotify-ios
- Owner: aakarim
- License: mit
- Created: 2017-03-31T09:14:16.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2017-04-27T09:34:51.000Z (about 9 years ago)
- Last Synced: 2025-09-19T10:57:40.237Z (10 months ago)
- Topics: module, react, react-native, redux, spotify, spotify-api
- Language: Objective-C
- Homepage:
- Size: 9.6 MB
- Stars: 2
- Watchers: 3
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: Readme.md
- License: LICENSE
Awesome Lists containing this project
README
# TODO
- [ ] Either a higher order component or manual subscriptions to spotify manager that enable child component to deal with delegate actions.
- [x] Spotify can hook in with redux state
- [ ] Sends predefined actions on redux
- [ ] Handle errors more smoothly. Pass back to callback/promise instead of throwing native exception.
- [ ] TESTS!