Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/IFours/react-native-twitch
React Native Twitch application
https://github.com/IFours/react-native-twitch
Last synced: 2 months ago
JSON representation
React Native Twitch application
- Host: GitHub
- URL: https://github.com/IFours/react-native-twitch
- Owner: ifours
- Created: 2015-09-13T19:10:08.000Z (over 9 years ago)
- Default Branch: rn0.15
- Last Pushed: 2017-07-25T13:42:48.000Z (over 7 years ago)
- Last Synced: 2024-08-03T17:20:00.796Z (6 months ago)
- Language: JavaScript
- Homepage:
- Size: 11.1 MB
- Stars: 90
- Watchers: 3
- Forks: 24
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- fucking-open-source-ios-apps - Twitch
README
# Notes
I'm going to rewrite this project 😉. Be ready to new Twitch application.
# Twitch
This project was built for [The Rolling Scopes](http://rollingscopes.com/) #18 meetup.
As of now, Twitch app is able to run as:- iOS App
See **Running the project** if you want to run this project.
## Demo
### Mobile App (iOS)
![Demo](assets/twitch.gif)## Libraries
- [react-native](https://facebook.github.io/react-native) for the iOS & Android Apps
- [flux](https://facebook.github.io/flux) to organize the data flow management
- [react-native-linear-gradient](https://github.com/brentvatne/react-native-linear-gradient) for grid item title
- [react-native-drawer](https://github.com/root-two/react-native-drawer) for drawer :)## Running the project
- [react-native requirements](https://facebook.github.io/react-native/docs/getting-started.html#requirements)
- `npm install` to install all dependencies
- open twitch.xcodeproj and run Twitch application## What's next
- es6/es7
- ~~integrate [twitch api](https://github.com/justintv/Twitch-API)~~
- [relay with custom server???](https://facebook.github.io/relay/)
- Android version???
- Settings component for ChannelsScene.