This app was built following the Udemy Course about React native. This app allow to fetch all the information from a free REST api call Poke API
⭐ Features
- Fetch pokemons from the API and display them in a list.
 - Infinite scroll with pagination
 - See details from a specific pokemon
 - Save in memory pokemons gotten from the api
 - Search pokemons
 - Search pokemons by id or name
 - Fade in image for each pokemon
 - Set background color of the card of each pokemon regarding its colors
 
- React native image colors
 - React native safe area context
 - React native vector icons
 - React native navigation, stack
 - React native bottom tabs
 - Axios
 - Custom hooks
 - Custom components
 - Stylesheet component
 - CSS
 
| Main Screen | Detail | Search | 
|---|---|---|
![]()  | 
![]()  | 
![]()  | 


