Skip to content

yoggie25stb-ui/my-mobile-app

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

My Mobile App

Overview

This is a cross-platform mobile application built for both Android and iOS using React Native. The application is structured to provide a clean separation of concerns, making it easy to manage and scale.

Project Structure

my-mobile-app
├── src
│   ├── screens          # Contains screen components for different views
│   ├── components       # Contains reusable UI components
│   ├── navigation       # Contains navigation configuration
│   ├── services         # Contains business logic and API calls
│   └── App.tsx         # Main entry point of the application
├── assets
│   ├── fonts            # Custom font files
│   └── strings          # String resources for localization
├── android              # Android-specific configuration and code
├── ios                  # iOS-specific configuration and code
├── package.json         # npm configuration file
├── tsconfig.json        # TypeScript configuration file
└── app.json             # Application configuration settings

Getting Started

Prerequisites

  • Node.js (version 14 or later)
  • npm or Yarn
  • React Native CLI
  • Android Studio (for Android development)
  • Xcode (for iOS development)

Installation

  1. Clone the repository:

    git clone <repository-url>
    cd my-mobile-app
    
  2. Install dependencies:

    npm install
    

Running the Application

  • For Android:

    npx react-native run-android
    
  • For iOS:

    npx react-native run-ios
    

Contributing

Contributions are welcome! Please open an issue or submit a pull request for any improvements or bug fixes.

License

This project is licensed under the MIT License. See the LICENSE file for details.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors