Skip to content

ratz6/TVapp

Repository files navigation

Hey folks!

If you want to experience this app on your TV emulator, pleae make sure you're react-native setup is ready. Once ready, follow the commands >

  1. Clone the repo : git clone https://github.com/ratz6/TVapp.git
  2. Go into the TVapp folder : cd TestApp
  3. Install Node Modules if missing : yarn install

For Apple TV (tvOS) >

  1. Go to iOS folder : cd ios
  2. Pod install : pod install
  3. Go back to App folder : cd ..
  4. Run the App : react-native run-ios --simulator "Apple TV" --scheme "TestApp-tvOS"

For Android TV >

  1. Run the App : yarn run android or react-native run-android

In case you run into set-up issues please go through the following links once >

Hope it works. Cheers!