- Pokedex app build with React Native using pokeapi
Step 1: git clone this repo:
Step 2: cd to the cloned repo:
Step 3: Install the Application with yarn
or npm i
Step 4: Install the Pod iOS dependencies with cd ios && pod install
Step 5: Copy the envoiroment file .env.example to .env cp .env.example .env
- cd to the repo
- Run Build for either OS
- for iOS
- run
npx react-native run-ios
- run
- for Android
- Run Genymotion or an AVD device
- run
npx react-native run-android