ManuelJF / react-native-modular

Modular apps with React Native πŸ“¦πŸ“²

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

Modular apps with React Native πŸ“¦πŸ“²

License:MIT License


Languages

Language:JavaScript 77.0%Language:Objective-C 11.8%Language:Python 6.3%Language:Java 4.9%