An open API service indexing awesome lists of open source software.

https://github.com/binaryleo/react_native_tv_guide

A RN application using TVMaze API
https://github.com/binaryleo/react_native_tv_guide

api-rest jest react-native react-native-navigation

Last synced: 7 months ago
JSON representation

A RN application using TVMaze API

Awesome Lists containing this project

README

          

# React Native TV Guide

A React Native App to show information about TV series using TVMaze API.
[TVMaze API](https://www.tvmaze.com/api).

### Setup Environment

Project created with React Native CLI.[ See official docs](https://reactnative.dev/docs/environment-setup) to set up the environment.

### Run

**Install dependencies**

```
yarn
```

**Install IOS Pods**

```
cd ios && pod install
```

**Run IOS**

```
yarn ios
```

**Run Android**

```
yarn android
```

### 🛠 Libraries

```bash

yarn add @react-navigation/native
yarn add @react-native-async-storage/async-storage
yarn add axios
yarn add react-query
yarn add --dev @testing-library/react-native
yarn add --dev @testing-library/jest-native

```

### App Screenshots


Drawer
Home
Details
Favorites