/TVMazeMobile

TVMaze mobile test

Primary LanguageTypeScript

TVMazeMobile

React Native app to render information from TVMaze

screen

Quick start

  # Install React Native CLI if don't have installed
  https://reactnative.dev/docs/environment-setup

  # Install the dependencies
  yarn install

  # Run iOS
  yarn ios
  
  # Run Android
  yarn android