DEV Community

ochieng seth
ochieng seth

Posted on

Build a Tv app

Using react native.

  1. create a project with npx react-native init AppName
  2. add tv support package for react native with npm i react-native@npm:react-native-tvos From this point, your app is ready to go. Bonus is to use the following library to easily manage navigation and focus. Norigin-Spatial-Navigation

Oldest comments (1)

Collapse
 
coucoseth profile image
ochieng seth

use npx react-native init TestApp --template=react-native-tvos@latest to create a react native project ready for tv