Skip to content

Latest commit

 

History

History
64 lines (57 loc) · 2.34 KB

README.md

File metadata and controls

64 lines (57 loc) · 2.34 KB

React Native Modular

Modular app with React Native

React Native Modular

Modules

  • CoreModule: TODO:Describe the common components, the minimum dependencies that the app has, the utilities and common methods to reuse code through the different modules.
src/
├── components
│   ├── HomeComponent
│   └── CoreComponent1
├── constants
├── services
│   ├── Navigation
│   ├── Network
│   └── Utils
├── modules
│   ├── UserModule
│   └── ...
├── assets
│   └── package.json
├── navigator.js
└── package.json
  • UserModule: TODO:Describe the purpose of this module in the business, the components that the module has, services and other utilities.
UserModule/
├── components
│   ├── Component1
│   └── Component2
├── constants
├── services
│   ├── Service1
│   └── Utils
├── readme.md
├── navigator.js
└── package.json

Style Guides

Resources ⛩

Contributors ✨

Thanks goes to these wonderful people:

jdnichollsc
Juan Nicholls

EQuimper
Sebastian Pernett

Supporting 🍻

I believe in Unicorns 🦄 Support me, if you do too.

Happy coding 💯

Made with ❤️