0

Is it possible to use React or React Native to build on embedded devices as well as the web, such as Samsung Smart TVs, Kindle devices etc.

Perhaps outputting HTML for Web, but something like XML for other devices.

snakespan
  • 1,183
  • 2
  • 15
  • 33

1 Answers1

0

React Native, by default, renders to:

  • The web
  • Android
  • iOS

But, with things like react-tv, react-ape, and RN For Windows (which can render to MacOS and Xbox too), the possiblities are endless.

Dharman
  • 30,962
  • 25
  • 85
  • 135
Bobbbay
  • 322
  • 6
  • 18