The main project folder is App:
Common File
File locate: App/Common`
Config.js: main config variables for the appColors.js: config theme color for the appConstants.js: Config wordpress URL, icons, categories...Images.js: list of all images use for the appLanguages.js: main language file configLayout.js: Use to config the main flexible homepage.Tools.js: Common functions
Components
- Files locate in:
App/Components - Common components that could be used many time, this could be a custom button, comment component, icon input...
Navigation
App/Containersmost container/pages of the app is putting here, you could change or re-structure by matching with your own project design.App/NavigationWrapper function for react-nativigation and main screens of navigation
Services
- File locate:
App/Services - The Wodpress Api for the app you can refer to the Wordpress API -http://v2.wp-api.org/and custom your own function if you want to add more feature for the app.
Redux
- Files locate:
App/Redux - Contain main action and reducers