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

https://github.com/sakuexe/pokedex-app

Crossplatform pokedex application for ios and Android built using React Native and Expo.
https://github.com/sakuexe/pokedex-app

Last synced: 25 days ago
JSON representation

Crossplatform pokedex application for ios and Android built using React Native and Expo.

Awesome Lists containing this project

README

        

# Crossplatform Pokedex

This is my first React Native project. I'm using Expo to build a crossplatform Pokedex.
This is done with the use of the PokeAPI and the Expo Router.

## 🚀 How to use

```sh
npx create-expo-app -e with-router
```

## 📝 Notes

- [PokeAPI](https://pokeapi.co/)
- [Pokenode-ts](https://pokenode-ts.vercel.app/)
- [Expo Router: Docs](https://expo.github.io/router)
- [Expo Router: Repo](https://github.com/expo/router)
- [react-native-picker](https://github.com/react-native-picker/picker)
- [Expo Image](https://docs.expo.io/versions/latest/sdk/image/)
- [React Native Async Storage](https://github.com/react-native-async-storage/async-storage)