Complete React Native Multi Vendor App for Woo Com
  • Complete React Native Multi Vendor App for Woo Commerce Websites
  • Introduction
  • Compatibility Requirements
  • Version Control
  • Development Environment
  • Getting Started
  • Code Structure
  • App Customization
  • Push Notification
  • Setup Payment Gateway
  • Build App for IOS
  • Build App for Android
  • Troubleshooting
  • Video Tutorials
Powered by GitBook
On this page

Code Structure

PreviousGetting StartedNextApp Customization

Last updated 6 years ago

We are describing the structure of the project in this section. Codes that were written by us are available in the src folder, images and icons are available in assets folder, and remaining codes were created by React Native repository. To learn more about React Native coding standards

app -> actions

All payloads of information that send data from your application to your redux store ( / ).

app -> common

All configurations and setup files of the app that can be customized and modified.

app -> main

Root, major files, and screens that shows when the app runs.

app -> pages

All pages of the app (e.g. home, cart, search, profile, address ... etc).

app -> reducers

app -> services

Helper methods to create APIs for WooCommerce (WordPress) websites.

src -> components

Specify how the application's state changes in response to actions sent to the redux store ().

All components used in this app.

Reducers
click here
Actions
Redux
The project structure