A simple PokeDex app created to learn React Native. The app uses data fetched from the PokeApi.
- Download the source code from the
./PokeDex
page in this repository, - Unzip the project and go to the
./PokeDex
directory, - Run
yarn
command to install the necessary packages, - Run
cd ios && bundle install && npx pod-install && cd ..
to install required pods (be patient, it will take a few minutes), - Run
yarn start
to start the metro server, - In the separate command line instance run
yarn ios
command from the./PokeDex
directory to open the iOS simulator
Features and gif examples are here
All available themes are here
Images below show screens available in the app in the default light theme