Skip to content

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

License

Notifications You must be signed in to change notification settings

craftzing/react-native-tv-example

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

react-native-tv-example

code-review

react-native-tv-example

Setup

# switch node version
nvm install

# install dependencies
yarn

# switch ruby version
rbenv install --skip-existing

# 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

About

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

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • TypeScript 58.0%
  • Java 18.8%
  • C++ 8.2%
  • Objective-C++ 5.3%
  • Objective-C 2.8%
  • JavaScript 2.2%
  • Other 4.7%