[WIP] Pokedex build in React Native, redux, redux-saga and redux-persist.
[WIP] Pokedex desenvolvida em React Native, redux, redux-saga e redux-persist.
Projeto desenvolvido com intuito educacional e visa a criação de uma pokedex com arquitetura flux.
- Clone repo:
git clone https://github.com/fukhaos/Pokedex-React-Native.git
- Install dependencies:
yarn
ornpm install
expo start
Scan to open With an Android and iOS phone, you can scan this QR code with your Expo mobile app to load this project immediately.
- 0.0.1
- Work in progress
Vinicius – @fukhaos – fukhaos@gmail.com
Distributed under the MIT license. See LICENSE
for more information.
https://github.com/fukhaos/Pokedex-React-Native
- Fork it (https://github.com/fukhaos/Pokedex-React-Native)
- Create your feature branch (
git checkout -b feature/fooBar
) - Commit your changes (
git commit -am 'Add some fooBar'
) - Push to the branch (
git push origin feature/fooBar
) - Create a new Pull Request