A pokédex built with React Native using the pokéAPI
- Download the latest version (only android) in the releases page
- Install the APK in an Android phone (it needs to enable third-party installations)
If the version has a login page log with the following user:
Password | |
---|---|
[email protected] |
123456 |
- git
- yarn
- node.js (recommended v14.17.6)
- A mobile phone plugged to your computer using a USB cable or a Virtual Device created with Android Studio.
- Set up your react native environment
- Clone this repo:
git clone https://github.com/Bryant-Anjos/mobix-pokedex.git
- Enter in the repo directory:
cd mobix-pokedex
- Install the dependencies:
yarn install
- In a terminal run:
yarn start
- In other:
yarn android