Project Structure

This section will help you to understand how is code structured.

Project Level Folder Description

Folder Name

Description

android

Native android project folder

ios

Native iOS project folder

src

StoreX app source codes folder

db.js

Demo database file

index.js

React native index file firstly runs

app.json

React native app values json file

package.json

NodeJS project configuration file

SRC (StoreX app source codes)

Folder Name

Description

assets

Application assets sources like images, fonts etc.

common

Components folder commonly used in the app.

navigation

React Navigation folder. It's defines our app how is navigate between pages.

theme

Theme settings and components folder. Likely contains styled and modulated components.

views

Application views(screens).

App.js

Application navigation startup file.

Last updated