Pokedex
A app made to practice a little React Native, just for study purposes, the app goal is to simulate a pokedex, the project was entirely based on an UpLabs layout https://www.uplabs.com/posts/pokedex-app
Install / Use
/learn @LittleNogueira/PokedexREADME
Pokedex :computer:
A app made to practice a little React Native, just for study purposes, the app goal is to simulate a pokedex, the project was entirely based on an UpLabs layout https://www.uplabs.com/posts/pokedex-app

In this app was used the https://pokeapi.co/ API to get all pokemons and information about the pokemon world.
Installation
Configure environment for React Native
This link will help you for configure your environment for use React Native
https://facebook.github.io/react-native/docs/0.60/getting-started
Configure project
After clone this project enter in folder of project, and execute the following comands.
cd /path/Pokedex
npm install
Open your Android emulator, and execute the following comands.
npm start
npm run android
The app should be installing on your emulator.
Thank you! :smiley:
