Getting Started

Installation

How to install dependencies and structure your app for Kachindo UI.

Prerequisites

Before you start, ensure you have a React Native or Expo project set up. Kachindo UI is built on top of NativeWind v4 and Lucide Icons.

React Native / Expo

A working mobile project set up with Expo or React Native CLI.

NativeWind v4

Required for the styling system to work correctly.

Lucide React Native

Used for all iconography within the components.

1. Quick Start

The fastest way to get started is by using our CLI to initialize your project. This will set up the necessary directory structure and common utilities.

Terminal

$npx kachindo-ui@latest init

2. Add Components

Once initialized, you can start adding components to your project.

Terminal

$npx kachindo-ui add button
Profile