Skip to content

huyvovan0510/DSA-App

Repository files navigation

DSA-App using ReNative v0.34.0

Welcome to the DSA-App project! This README file will guide you through the setup and build instructions to get started with the project.

Platform Support

  • iOS
  • Android
  • Web
  • tvOS
  • Android TV

Here is the result of our DSA-App:

DSA-App Result

Required Setup

Before you begin, please ensure that you have the following dependencies installed on your system:

Build Instructions

To build the DSA-App project, follow these steps:

  1. Clone the repository to your local machine:

    git clone https://github.com/your-username/DSA-App.git
  2. Navigate to the project directory:

    cd DSA-App
  3. Install dependencies:

    npm install
  4. Run the following command to build the application:

    rnv run -p [Platform]

    When building for the web platform, ensure that the version of flexn/create in your renative.json file is set to 0.21.0-alpha.0 for successful execution. You can manually edit the renative.json file to make this change.

    Replace [Platform] with the desired platform (e.g., ios, android, web, tvos, androidtv).

  5. For iOS, Android, tvOS, and Android TV platforms, after running the build script, you can use Xcode and Android Studio to further build and run the application on respective platforms.

Additional Notes

  • Ensure that you have proper permissions and configurations set up in Xcode and Android Studio for building and running the application on iOS and Android platforms respectively.
  • For more detailed instructions and troubleshooting, refer to the documentation provided by ReNative and the official documentation of each platform (iOS, Android, Web, tvOS, Android TV).

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published