thoughtbot / react-native-template

Template React Native project to be used with Cookiecutter
MIT License
61 stars 8 forks source link

Overhaul TemplateProject #46

Closed das3in closed 5 years ago

das3in commented 5 years ago

When starting a new client project in ReactNative we looked to this template and immediately noticed it was out of date. The biggest things this PR updates are the react-native version from 0.45 -> 0.57, the react-navigation version from 1.0.0-beta8 to 3.0.0 and the overall folder/file structure. Additionally we removed Redux.

The last part is up for debate. For this project, we'll be using Apollo instead and we've noticed a general trend in the Boston office (I can't speak for Austin) towards using GraphQL > Redux. It may be that we should remove cookiecutter in favor of a more yeoman style generator where we get to choose a router, state management etc.

purinkle commented 5 years ago

Overhaul TemplateProject