PocketGear is a clean and simple Pokédex app for Pokémon GO you'll ever need.
Try on Expo | Download for iOS | Download for Android
- Search and get details on any Pokémon in Pokémon GO
- 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 runyarn
- Run
react-native run-ios
orreact-native run-android
to run the app on iOS or Android
Make sure your code passes Flow and ESLint. Run the following to verify,
yarn run flow
yarn run lint
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.