React Native Modular Save

Modular apps with React Native 📦📲

Project README

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 ❤️

Open Source Agenda is not affiliated with "React Native Modular" Project. README Source: BevyUp/react-native-modular

Open Source Agenda Badge

Open Source Agenda Rating