Using react native.
- create a project with
npx react-native init AppName
- 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
Top comments (1)
use npx react-native init TestApp --template=react-native-tvos@latest to create a react native project ready for tv