This is a React Native project for the HNMobile application.
- 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)
git clone https://github.com/juandak16/HNMobile.git
cd HNMobile
npm install
If you are developing on a macOS system, follow these additional steps:
cd ios
pod install
If you are developing on a Windows or macOS system, follow these additional steps:
- Open Android Studio.
- Set up the SDK and build tools.
- Run the application from Android Studio or using the following command:
react-native run-android
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