Skip to content

juandak16/HNMobile

Folders and files

NameName
Last commit message
Last commit date

Latest commit

aada919 · Jan 25, 2024

History

15 Commits
Jan 17, 2024
Jan 18, 2024
Jan 18, 2024
Jan 25, 2024
Jan 24, 2024
Jan 25, 2024
Jan 25, 2024
Jan 25, 2024
Jan 24, 2024
Jan 24, 2024
Jan 18, 2024
Jan 18, 2024
Jan 18, 2024
Jan 17, 2024
Jan 24, 2024
Jan 17, 2024
Jan 17, 2024
Jan 25, 2024
Jan 17, 2024
Jan 24, 2024
Jan 18, 2024
Jan 18, 2024
Jan 24, 2024
Jan 18, 2024
Jan 25, 2024
Jan 25, 2024
Jan 24, 2024
Jan 24, 2024

Repository files navigation

Proyecto HNMobile

This is a React Native project for the HNMobile application.

Requirements

  • Node.js v18 (It is recommended to use NVM to manage Node.js versions)
  • React Native CLI: npm install -g react-native-cli
  • Xcode (only for iOS development, macOS)
  • Android Studio (only for Android development, Windows/macOS)

Installation

git clone https://github.com/juandak16/HNMobile.git
cd HNMobile
npm install

iOS Development Setup

If you are developing on a macOS system, follow these additional steps:

cd ios
pod install

Android Development Setup

If you are developing on a Windows or macOS system, follow these additional steps:

  1. Open Android Studio.
  2. Set up the SDK and build tools.
  3. Run the application from Android Studio or using the following command:
react-native run-android

Running the Project

Before running the project, ensure that you have reviewed and set the necessary environment variables.

npm start # Iniciar la aplicación en modo desarrollo
react-native run-ios # Ejecutar la aplicación en iOS
react-native run-android # Ejecutar la aplicación en Android