LogoCraftReactNative

Installation

Install and configure the required dependencies to get started on your React Native project. Follow this step-by-step guide to get started.

Init

Run the following command from the root of your existing React Native project to set up everything automatically:

npx @craftreactnative/ui init

Add components

Once initialized, you can add components to your project:

# Add a single component
npx @craftreactnative/ui add Button
# Add multiple components
npx @craftreactnative/ui add Avatar Button Card

On this page