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
- Host: GitHub
- URL: https://github.com/eveningkid/react-native-pokedex
- Owner: eveningkid
- Created: 2021-03-07T14:11:27.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2021-03-07T14:16:27.000Z (over 4 years ago)
- Last Synced: 2025-04-24T04:16:46.793Z (about 2 months ago)
- Language: JavaScript
- Size: 2.67 MB
- Stars: 12
- Watchers: 2
- Forks: 6
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
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
```