Skip to content

Compono-Team/MobileProduct

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

56 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Project I

Quick Start

for Android

npx expo run:android

for Ios

npx expo run:ios

Project Structure

src: This folder is the main container of all the code inside your application.

components: Folder to store any common component that you use through your app

app: Folder that contains all your application screens/features.

hooks: Folder that contains custom React hooks.

services: Folder to store all common services used in application.

utils: Folder to store any common function such as calculate radius, different date formatting functions and constants.

types: Folder to store all enum and interface used in application.

assets: Asset folder to store all images, vectors, fonts, etc.


.
├── **tests**
├── assets
├── src
│ ├── app
│ ├── components
│ ├── hooks
│ ├── context
│ ├── services
│ ├── utils
│ ├── types
├── App.tsx
└── index.js

Git Branch Naming Conventions

feat: For developing new features

fix: To fix bugs in the code.

docs: Used to write, modify or correct documentation

Git Commit Message Conventions

feat: Commits that introduce new features.

fix: Commits that fix bugs.

chore: Formatting, Adding tests, etc.

refactor: Change code that does not fix bugs or add features

docs: Commits that update documentation.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published