An open API service indexing awesome lists of open source software.

https://github.com/thoughtbot/react-native-template

Template React Native project to be used with Cookiecutter
https://github.com/thoughtbot/react-native-template

cookiecutter javascript react-native template

Last synced: 3 months ago
JSON representation

Template React Native project to be used with Cookiecutter

Awesome Lists containing this project

README

          

# React Native template

A template for new react-native projects at thoughtbot.

Inspired by [suspenders], and [django-template].

[suspenders]: https://github.com/thoughtbot/suspenders
[django-template]: https://github.com/thoughtbot/django-template

## What's in the template?

- [yarn][]
- [redux][] and [redux-thunk][]
- [remote-redux-devtools][]
- [react-navigation][]
- [react-native-config][]
- [eslint][]
- [jest][]
- ...and an example app to use as a starting point

[yarn]: https://yarnpkg.com/
[redux]: http://redux.js.org/
[redux-thunk]: https://github.com/gaearon/redux-thunk
[remote-redux-devtools]: https://github.com/zalmoxisus/remote-redux-devtools
[react-navigation]: https://reactnavigation.org/
[react-native-config]: https://github.com/luggit/react-native-config
[eslint]: http://eslint.org/
[jest]: https://facebook.github.io/jest/

## Usage

1. [Install cookiecutter][cookiecutter] (`brew install cookiecutter` on
macOS).
2. Run `cookiecutter gh:thoughtbot/react-native-template`

[cookiecutter]: http://cookiecutter.readthedocs.org/en/latest/installation.html

For future runs you can shorten the command to
`cookiecutter react-native-template`.
However, if you want to use the most recent template you should still run the
full command above.

## License

react-native-template is Copyright © 2016 thoughtbot. It is free software, and
may be redistributed under the terms specified in the [LICENSE] file.

[LICENSE]: LICENSE

## About thoughtbot

![thoughtbot](http://presskit.thoughtbot.com/images/thoughtbot-logo-for-readmes.svg)

react-native-template is maintained and funded by thoughtbot, inc. The names and
logos for thoughtbot are trademarks of thoughtbot, inc.

We love open source software!
See [our other projects][community].
We are [available for hire][hire].

[community]: https://thoughtbot.com/community?utm_source=github
[hire]: https://thoughtbot.com?utm_source=github