Skip to content

somias/htech

Repository files navigation

HTEC - React Native Mobile Application

After cloning the project, follow these steps:

Step 1. Install the dependencies

yarn

Step 2. Install IOS Pods

Option one:

yarn pod

Option two:

cd ios && pod install

Option three:

npx pod-install ios

App structure:

├── ...
├── src                    # Main folder.
│   ├── assets             # Assets with global colors and icons.
│   ├── components         # Reusable components.
    ├── config             # Config with fetch files.
    ├── context            # App News Context.
│   └── screens            # Screens.
└── ...

Folder structure

├── index.ts                   # Index.
├── Interface.tsx              # Interface as pure component only recevies props and render them.
├── Container.tsx              # Container as components logic (Hooks, Fetch data etc.)  
└── styles.ts                  # Styles.

Available Scripts

In the project directory, you can run:

yarn start or npm start

Runs the application Metro Bundler on port 8081 in the development mode.

yarn ios

Starting IOS mobile application

yarn android

Starting Android mobile application

yarn lint

Runs eslint linter

yarn clean:android

Cleans Android build folder

yarn clean:ios

Cleans iOS build folder

yarn clean:start

Cleans cache of metro builder

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published