Skip to content

nilopc-react-native/PocketGear

 
 

Repository files navigation

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.

About

A clean and simple Pokédex app for Pokémon GO

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 91.6%
  • Objective-C 4.7%
  • Python 1.9%
  • Java 1.8%