Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

Awesome Lists containing this project

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.