React Native Pokédex App

React Native Pokédex App

Demo

About the project

Created with Expo and TypeScript. Renders pokémons list and a detail page. It uses a locally saved user and allows you to select pokémons as favorites. Made as part of the React Native Course Series on Platzi.

Available Scripts

Install dependencies

yarn install

To start the development server and run app on simulator or device

yarn android

yarn ios

To log in, use the following credentials:
Username: bgamas
Password: test1234

Core dependencies

  • React – Javascript library for building user interfaces.
  • React Native – It is used to develop applications for Android or iOS devices by enabling developers to use the React framework along with native platform capabilities.
  • Expo – It is a set of tools and services built around React Native and native platforms that help you develop, build, deploy, and quickly iterate on iOS, Android, and web apps from the same JavaScript/TypeScript codebase.
  • React Hook Form – Performant, flexible and extensible forms with easy-to-use validation.
  • Yup – A JavaScript schema builder for value parsing and validation.

API

GitHub

View Github