Skip to content

Latest commit

 

History

History
31 lines (18 loc) · 1.19 KB

README.md

File metadata and controls

31 lines (18 loc) · 1.19 KB

Reddit TV

About

Reddit TV is a free and open source Android TV app for browsing and playing videos. Written in modern Javascript using React Native and MobX.

Current state

The development of this in React Native is currently blocked by a few issues relating to RN support on android TV devices. These issues make it impossible to create an android TV app in react native that follows basic navigational standards of the TV platform.

These two remaining issues could be work around by creating your own navigation system and hooking into the TVEventHandler events for left/right, and telling the scroll views to update.

See:

fixed:

Preview:

reddit-tv2

Developing

Follow the usual React Native dev steps to get this up and going. Note: You should download an AndroidTV simulator image to run this on.