React Native app to render information from TVMaze
# 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