⚛️
React Native Movie Pokedex App
This project was created with React Native CLI and TypeScript template.
Description
This project is a new practical item of my React Native mobile app series that made with:
-
react native v0.66.0
-
stack-navigator - (to make transitions between screens)
-
react-navigation/material-bottom-tabs - (material-design themed tab bar on the bottom)
-
react-native-tab-view - (to slide different components and screens in a single view)
-
react-native-image-colors - (to get primary colors from an image)
-
react-native-elements - (UI Toolkit for RN apps)
-
react-native-vector-icons - (UI buttons and logos)
-
axios - (Promise HTTP package)
-
Of course, I used things like custom hooks, components, helpers, navigator and custom react native tabs .
API and Fonts
- pokemon-api - (Pokémon RESTful API)
- pokedex-base-design - (Pokedex Dribble design)
- finger-paint-font - (Google Font to secondary titles and subtitles)
- pokemon-font - (Pokémon solid and hollow font)
Available Scripts
- The project has only been tested on Android
In the project directory, you can run special commands like this:
To install dependencies
$ npm install
| $ yarn install
To start the development server and run app on simulator or device