Skip to content

hanifmhd/Pokedex

Repository files navigation

Pokedex

Pokedex App using React Native + Apollo + GraphQL


Clone Design App from Dribbble

Saepul nahwan - https://dribbble.com/shots/6540871-Pokedex-App/attachments/6540871-Pokedex-App?mode=media

Result

Home Filter
About Attacks Evolutions

How to run project

After clone the project you need to install deppendecy with NPM Install in terminal

npm install

Run in Android Platform

If using Android X, run jetifier first

npx jetify

After jetifier run, you can run in your android device / android simulator

npm run android

Run in iOS Platform

Install ios Library using Cocoapods first

cd ios && pod install

then, you can run in your ios device / ios simulator

npm run ios

Generate APK in Android

If using Android X, run jetifier first

npx jetify

After jetifier run, you can build APK for your android device

cd android && ./gradlew assembleRelease

You can see apk in path folder :

android/app/release

or

android/app/build/outputs/apk/release