Skip to content

Latest commit

 

History

History
52 lines (35 loc) · 858 Bytes

README.md

File metadata and controls

52 lines (35 loc) · 858 Bytes

react-native-tv-example

code-review

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