react-native-tv-example
react-native-tv-example copied to clipboard
React Native app that compiles for iOS, Android, tvOS & AndroidTV
react-native-tv-example
Setup
# 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
# 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