KO
|
EN
gitlite — search
Search
#python
#java
#python3
#arduino
#golang
#machine-learning
#rust
#html
#flask
#javascript
#seismology
#nodejs
TVmaze
★ 24
Open GitHub ↗
No description available.
Download README (.md)
Explore Similar Repositories
NPC
:
No description available.
6-microservices-demo-1
:
No description available.
OCKD-FacePAD
:
This repo provides PyTorch implementation of the paper One-Class Knowledge Distillation for Face Presentation Attack Detection to appear on IEEE Transactions on Information Forensics & Security (TIFS).
dingdong-pro
:
叮咚买菜新渠道接口,亲测每日稳定下单
simulator
:
Web simulator of the Worldcoin app to test the World ID protocol on the staging network.
// repository documentation
Was this content helpful?
★ 0
(0 ratings)
Select Rating:
★
★
★
★
★
Submit Feedback
Recent Feedback
×
Download README
Do you want to download the
README.md
file for
TVmaze
?
Download (.md)
# React Native TVMaze App This is a React Native App to show information about TV series. The data are fetch from [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 ``` ### 🛠 Tech and Libraries - [React Native](https://reactnative.dev/) - [TypeScript](https://www.typescriptlang.org/) - [React Navigation](https://reactnavigation.org/): Routing and navigation - [Async Storage](https://react-native-async-storage.github.io/async-storage/): Data storage system - [Axios](https://github.com/axios/axios): Promise based HTTP client - [React Query](https://react-query.tanstack.com/): Fetching, caching, synchronizing and updating server state ### App Screenshots | | Android | IOS | | :-------------: | :------------------------------------------: | :--------------------------------------: | | Home Screen |  |  | | Favorite Screen |  |  | | Show Details |  |  | | Show Seasons |  |  | | Episode Details |  |  | | Drawer Menu |  |  |