Skip to content

qdung/qualgo-test

Repository files navigation

QualgoTest Project

Overview

This is a test project for Qualgo.

View Demo

Getting Started

Installation

  1. Clone the repository
git clone https://github.com/qdung/QualgoTest.git
  1. Navigate to project directory
cd QualgoTest
  1. Install dependencies
yarn

React Native Setup

iOS Setup

  1. Install CocoaPods if you haven't already:
sudo gem install cocoapods
  1. Navigate to the iOS directory and install pods:
cd ios
pod install
  1. Run iOS app:
yarn ios

Optional: To run on a specific iOS simulator or device, you can modify package.json:

{
  "scripts": {
    "ios": "react-native run-ios",
    "ios:14": "react-native run-ios --simulator='iPhone 14'  -configuration Debug",
    "ios:14pro": "react-native run-ios --simulator='iPhone 14 Pro'  -configuration Debug"
  }
}

Then run using:

yarn ios:14     # For iPhone 14
yarn ios:14pro  # For iPhone 14 Pro

Android Setup

  1. Ensure you have Android Studio and SDK installed

  2. Add local.properties in android folder (specify your SDK path):

# For macOS
sdk.dir = /Users/USERNAME/Library/Android/sdk
# For Windows
sdk.dir = C:\\Users\\USERNAME\\AppData\\Local\\Android\\Sdk
  1. Build the Android project:
cd android
./gradlew clean
  1. Run Android app:
yarn android

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors