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 β€οΈ