
Research
/Security News
Fake imToken Chrome Extension Steals Seed Phrases via Phishing Redirects
Mixed-script homoglyphs and a lookalike domain mimic imToken’s import flow to capture mnemonics and private keys.
@trendui/react-native
Advanced tools
TrendUI is a modern and lightweight React Native UI library designed to simplify mobile app development. It offers a collection of customizable, prebuilt components to help developers build beautiful, performant, and consistent user interfaces with ease.
Button, TextInput, Image, Select, and more.twrnc and nativewind for rapid styling with TailwindCSS utility classes.Follow these steps to set up TrendUI in your React Native project.
Install the library and required peer dependencies:
Using npm:
npm install @trendui/react-native --save
Using yarn:
yarn add @trendui/react-native
TrendUI provides a CLI to streamline the process of adding components to your project.
npm link
Initialize TrendUI in your project:
npx trendui init
Add Specific Components:
npx trendui add button textinput
List Available Components:
npx trendui list
TrendUI comes with a variety of prebuilt components:
| Component | Description |
|---|---|
Button | A customizable button component |
TextInput | A flexible input field for user text |
Image | An image component with animation loader |
Text | Styled text component with themes |
Select | Dropdown component for selections |
Accordion | Accordion component for collapsible items |
Avatar | Avatar component for with mutiple variants |
Badge | Badge component with multiple styling |
Tabs | Tabs component with multiple select options |
Card | Card component with multiple customization |
Checkbox | Checkbox component with conditional support |
Create a trendui.config.js file in the root of your project to configure where components are installed.
module.exports = {
componentPath: "/trendui", // Path where components will be added
};
| Command | Description |
|---|---|
npx trendui init | Initialize TrendUI in your project |
npx trendui add <name> | Add specific components to your project |
npx trendui list | List all available components |
After installing components, your project structure will look like this:
/trendui
/Button
Button.tsx
index.tsx
Readme.md
/TextInput
TextInput.tsx
index.tsx
Readme.md
index.tsx
The index.tsx file will auto-export all components, allowing you to import components seamlessly:
import { Button, TextInput } from "@/trendui";
Contributions are always welcome! To contribute:
feature/your-feature-name.git commit -m "Add a new feature".git push origin feature/your-feature-name.This project is licensed under the MIT License.
If you face any issues or have suggestions, feel free to open an issue in the repository.
Follow TrendUI on GitHub to get the latest updates and features.
Enjoy building your React Native apps faster and better with TrendUI! 🚀
FAQs
A modern UI component library for React Native
We found that @trendui/react-native demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 0 open source maintainers collaborating on the project.
Did you know?

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Research
/Security News
Mixed-script homoglyphs and a lookalike domain mimic imToken’s import flow to capture mnemonics and private keys.

Security News
Latio’s 2026 report recognizes Socket as a Supply Chain Innovator and highlights our work in 0-day malware detection, SCA, and auto-patching.

Company News
Join Socket for live demos, rooftop happy hours, and one-on-one meetings during BSidesSF and RSA 2026 in San Francisco.