Skip to content

ptzagk/react-native-modular

Β 
Β 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 

History

22 Commits
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 

Repository files navigation

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 πŸ“¦πŸ“²

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 77.8%
  • Objective-C 11.4%
  • Python 6.1%
  • Java 4.7%