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.
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.
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.
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!