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

https://github.com/echobind/hygen-react-native

A set of default Hygen templates suitable for React Native projects
https://github.com/echobind/hygen-react-native

Last synced: 5 months ago
JSON representation

A set of default Hygen templates suitable for React Native projects

Awesome Lists containing this project

README

          

# hygen-react-native

This contains the following generators:

- ✅ component (generates component, story, index, and style files)
- ✅ util (generates util, index, and test files)
- screen (generates a screen component with optional redux or apollo integration)

## Add to an existing project

Ensure you have `Hygen` and `hygen-add` installed.

`hygen-add https://github.com/echobind/hygen-react-native`

This will copy the templates in to your project. Edit as needed or remove generators that don't fit your project!