- List of Pokémon Cards with search by name;
- Information Page for the Pokemon Cards, (Resistances, Weaknesses, Types);
- List of Attacks and its stats (Damage, Mana Cost);
- Support for Multiple Languages (pt_BR, en_US);
First you need to install the dependencies:
## Yarn
yarn install
## NPM
npm install
If you are using XCode for the build, open the .xcworkspace
and click the Build/Run button. Command line users should run rect-native run-ios
If you are using Android Studio for the build, open the folder Android/
and click the Ruild/Run button. Command line users should run react-native run-android