This is a React Native App to show information about TV series. The data are fetch from TVMaze API.
Project created with React Native CLI. See official docs to set up the environment.
Install dependencies
yarn
Install IOS Pods
cd ios && pod install
Run IOS
yarn ios
Run Android
yarn android
- React Native
- TypeScript
- React Navigation: Routing and navigation
- Async Storage: Data storage system
- Axios: Promise based HTTP client
- React Query: Fetching, caching, synchronizing and updating server state
Android | IOS | |
---|---|---|
Home Screen | ||
Favorite Screen | ||
Show Details | ||
Show Seasons | ||
Episode Details | ||
Drawer Menu |