Skip to content

Latest commit

 

History

History
42 lines (26 loc) · 1.15 KB

INSTALLATION.md

File metadata and controls

42 lines (26 loc) · 1.15 KB

🚀 Getting Started with TrendUI

Welcome to the TrendUI installation guide! Follow these steps to install the TrendUI library in your React Native project. This guide focuses solely on adding the library to your project.


Prerequisites

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

  • Node.js (v14 or later)
  • npm (v6 or later) or Yarn (v1.22 or later)

Additionally, your React Native project should be running React Native version 0.64 or later.


Installation

1. Install the TrendUI Library

Add the TrendUI library to your project using either npm or Yarn:

Using npm:

npm install @trendui/react-native --save

Using yarn:

yarn add @trendui/react-native

This command installs the library and its required dependencies into your project.


Additional Resources

You're now ready to use TrendUI in your project. Check out the CLI setup guide in the next section for configuring and managing TrendUI components in your application!