A simple Pokedex app built with React Native and Expo. The app uses the PokeAPI to fetch data about pokemon and display it in a list. The user can then click on a pokemon to view more details about it.
Animations are made using Reanimated 3, so you will need a version of Expo Go that supports SDK 49
- Make sure you have Expo Go installed on your device (SDK 49)
- Clone this repo and run npm install / yarn install
- Make sure your device and laptop are connected to the same wifi network
- Run
npx expo start
from project root - Open the expo go app on your device and the running project should be listed on the main screen
- If not, Scan the QR code and the app should start building on your device