Zapes
  • Introduction
  • Get Started
    • Development environment
    • Web settings
    • App settings
    • Login Facebook
    • Login Google
    • Login Apple
    • Build App for Android
    • Build App for IOS
    • Source code structure
    • FAQ & Troubleshooting
    • Firebase Integration
    • OneSignal
    • Change Log
    • Thank you
Powered by GitBook
On this page

Was this helpful?

  1. Get Started

Source code structure

This section will help you understanding the source code structure.

PreviousBuild App for IOSNextFAQ & Troubleshooting

Last updated 4 years ago

Was this helpful?

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

All components used in this app.

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

Reducers
click here
Actions
Redux