Skip to content

Latest commit

 

History

History
35 lines (23 loc) · 1.26 KB

README.md

File metadata and controls

35 lines (23 loc) · 1.26 KB

PocketGear

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

Features

  • 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

Setup

  1. Install NodeJS
  2. Install and setup React Native
  3. Clone the repo and cd to the cloned directory, then run yarn
  4. Run react-native run-ios or react-native run-android to run the app on iOS or Android

Contributing

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.