Navigation Menu

Skip to content

BevyUp/react-native-modular

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 

History

26 Commits
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 

Repository files navigation

React Native Modular

Modular app with React Native

Modules Dynamic Bundles
Modules Modules

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

βœ‰

Happy coding πŸ’―

Made with ❀️