Modular app with React Native
Modules | Dynamic Bundles |
---|---|
- 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
Thanks goes to these wonderful people:
Juan Nicholls ✉ |
Sebastian Pernett ✉ |
---|
Made with ❤️