Installation

Get started with React Native Components in your project

Prerequisites
Make sure you have these installed before proceeding
React Native 0.70 or higher
Node.js 16 or higher
TypeScript 4.5+ (recommended)
Expo SDK 49+ (if using Expo)

Installation Steps

1Install the Package
Add React Native Components to your project
Terminal
2Configure NativeWind
Set up Tailwind CSS for React Native

Create tailwind.config.js

tailwind.config.js

Update babel.config.js

babel.config.js
3Set Up Your App
Configure your main App component
App.tsx
4Create Your First Component
Test the installation with a simple component
WelcomeScreen.tsx

Platform-Specific Setup

Expo Projects
Additional setup for Expo managed workflow
Bare React Native
Setup for bare React Native projects
Installation Complete!
You're ready to start building with React Native Components

Now that you have everything set up, explore our component library and start building amazing apps.