Workshop of a small application with a modern and attractive design, based on Pokemon made with react native.
🐞 Report a Bug 🙋♂️ Request Feature
Clone/download the project and run yarn install
to build the dependencies the project needs.
Install the React Native command line interface.
npm install -g react-native-cli
// Inside the downloaded folder
// To start Metro Bundler
npx react-native start
// Launch app on emulator or device
npx react-native run-android
npx react-native run-ios
This project uses the PokéAPI. to obtain all the information that is shown in the app.
PokéAPI provides a RESTful API interface to highly detailed objects built from thousands of lines of data related to Pokémon.
Released under the MIT licensed.
Feel free to fork this project and improve it. Give a ⭐️ if you like this project!