PocketGear is a clean and simple Pokédex app for Pokémon GO you'll ever need, made by Pokémon enthusiasts to help you trainers get the best out of your Pokémons.
Download for iOS | Download for Android
- Search and get details on any Generation I Pokémon
- Have an edge at gym battles by knowing which Pokémon are strong or weak against a Pokémon
- Make informed decision on which Pokémons to keep and evolve based on their attacks
- Calculate the resulting CP of a Pokémon after evolution
- Explore and read about Pokémons you've not caught yet
- Install NodeJS
- Install and setup React Native
- Clone the repo and
cd
to the cloned directory, then runnpm install
- Run
react-native run-ios
orreact-native run-android
to run the app on iOS or Android
Make sure your code passes ESLint and Flow. Run the following to verify,
npm run eslint
npm run flow
Remember to add tests if you're changing the business logic. If it's a UI change, post before and after screenshots.
Made with ❤️ and React Native.