Skip to content

Directory Organization Convention for React Native Projects

License

Notifications You must be signed in to change notification settings

gurol/react-native-dir-convention

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

react-native-dir-convention - Directory Organization Convention for React Native Projects

A few studies focus on the file and directory organization of react-native projects though every developer has her/his own styles.

You can refer the following studies I compiled for you (thanks to the authors):

I have been developing this file/directory organization convention that is based on my experience and will be matured by my practices.

The convention is not solely for presenting a directory hieararchy, but also includes some organized development techniques such as error displaying, styles, and preparing package.json for local directories in order to eliminate "../../" style relative paths in importing modules.

There are some recommended approaches presented in the files such as Settings.js for storing run-time and/or persistent preference settings of a mobile application.

I would like to receive your feedbacks and contributions, too.

Releases

No releases published

Packages

No packages published