An open API service indexing awesome lists of open source software.

https://github.com/eveningkid/react-native-pokedex

An interactive Pokédex UI in React Native
https://github.com/eveningkid/react-native-pokedex

Last synced: about 2 months ago
JSON representation

An interactive Pokédex UI in React Native

Awesome Lists containing this project

README

        

# React Native Pokédex

A first generation Pokédex that renders a random Pokémon.

[Learn how it was built in this video](https://youtu.be/QeAZOrGodI0)

📕 Get up-to-date Pokémon information using [PokéAPI](https://pokeapi.co/)

🔊 Speak the name and the description using [expo-speech](https://docs.expo.io/versions/latest/sdk/speech)

⚡️ Animate smoothly using [Reanimated2](https://docs.swmansion.com/react-native-reanimated/)

## Run

```bash
npm install # or yarn install
expo start
```