Skip to content

Latest commit

 

History

History
20 lines (14 loc) · 328 Bytes

README.md

File metadata and controls

20 lines (14 loc) · 328 Bytes

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