Skip to content

React Native app that compiles for iOS, Android, tvOS & AndroidTV

License

Notifications You must be signed in to change notification settings

wouterds/react-native-tv-example

Repository files navigation

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