# react-native-tv-example **Repository Path**: hbyanz/react-native-tv-example ## Basic Information - **Project Name**: react-native-tv-example - **Description**: No description available - **Primary Language**: Unknown - **License**: MIT - **Default Branch**: main - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2024-01-30 - **Last Updated**: 2024-01-30 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # react-native-tv-example [![code-review](https://github.com/wouterds/react-native-tv-example/workflows/code-review/badge.svg)](https://github.com/wouterds/react-native-tv-example/actions/workflows/code-review.yml) ![react-native-tv-example](https://repository-images.githubusercontent.com/520076519/5880aa27-4fd7-4961-a256-45890680dab1) ## Setup ```bash # switch node version nvm install # install node dependencies yarn # switch ruby version rbenv install --skip-existing # install ruby dependencies bundle install # install iOS dependencies yarn pods # .env cp .env.example .env ``` ## Running ```bash # starting metro bundler for debug yarn start # ios debug yarn ios # ios release yarn ios:release # tvos debug yarn tvos # tvos release yarn tvos:release # android (TV) debug yarn android # android (TV) release yarn android:release ```