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
- Host: GitHub
- URL: https://github.com/binaryleo/react_native_tv_guide
- Owner: BinaryLeo
- License: mit
- Created: 2023-06-04T20:59:27.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2023-06-10T03:00:39.000Z (over 2 years ago)
- Last Synced: 2025-03-28T07:23:42.115Z (10 months ago)
- Topics: api-rest, jest, react-native, react-native-navigation
- Language: HTML
- Homepage:
- Size: 4.22 MB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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