raphamorim / react-tv

[ Unmaintained due to raphamorim/react-ape ] React Renderer for low memory applications
https://www.npmjs.com/package/react-tv
MIT License
2.01k stars 148 forks source link

Add support for Apple TV (tvMLJS) #37

Open bhagyas opened 6 years ago

bhagyas commented 6 years ago

This is a high-level issue to track support for Apple TV.

As outlined in https://developer.apple.com/documentation/tvmljs

idmitriev commented 6 years ago

react-native now supports tvOS and there is a pull request for Android TV support. To make this work with browser-based TV platforms(Tizen, webOS, etc) we need to use platform-agnostic elements as View, Text, Image and not DOM elements like h2, div, etc.

raphamorim commented 6 years ago

I think it's a valid idea (if based on tvml.js), worth to track. But for now the idea of ReactTVRenderer is know only (for now) web [DOM and Canvas] to run on browser-based TVs.

However, good to track: https://github.com/emadalam/atvjs

I think it's a discussion for next react-tv releases.