InterviewSolution
| 1. |
Can React native be used for building application for TV? |
|
Answer» Yes, TV devices support has been implemented with the intention of making existing React NATIVE applications "just work" on Apple TV and Android TV, with few or no changes needed in the JavaScript code for the applications. Since there are lots of similarity between IOS and TvOS APIs, it was double to add TV support in React native. But there are not many developers using React native for building TV application. So at ONE point, the community were discussing to REMOVE it from the core library also, people were facing few problems while using React native to develop TV apps. That is why React native documentation has a place where they have MENTIONED that React native can be used to MAKE TV apps with less to no example about it. So technically, yes React native does support TV but community support and better documentation are not yet available. |
|