Skip to content

CvetaCapova/GeneralHealthApp

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 

Repository files navigation

Getting Started

Follow these instructions to set up and run the project on your local machine.

Prerequisites

  1. Node.js and npm/yarn:

    • Install Node.js (which includes npm).
    • Install yarn globally (optional):
      npm install -g yarn
  2. Expo CLI: Install Expo globally for easier React Native development:

    npm install -g expo-cli
  3. React Native Environment: Ensure you have:


Setup Instructions

  1. Clone the repository:

    git clone <repository-url>
    cd ReactNativeDemo
  2. Install dependencies:

    npm install
  3. Start the Expo development server:

    npm start
  4. Run the app:

    • Mobile Device: Scan the QR code using the Expo Go app.
    • Emulator: Select an emulator (iOS or Android) from the Expo Developer Tools in your browser.

Project Structure

ReactNativeDemo/
├── App.js              # Main application file
├── package.json        # Project metadata and dependencies
├── node_modules/       # Installed dependencies
└── assets/             # Static assets (images, fonts, etc.)

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors