Pokemon GO APP just for one week of development with React-Native

Andrey Nikishaev
1 min readSep 6, 2016

--

Found this guy and his app on some Facebook community.

Here is a code of this project: https://github.com/VctrySam/Pokemon

This is a good example to start learning react-native on a live working project. Only one comment on this, instead of passing navigator everywhere, i would recommend to use redux-router (https://github.com/aksonov/react-native-redux-router), it just simpler and more clear.

--

--