Pre-release v5 of Nativewind is now available!

Style your React Native apps using Tailwind CSS.

The utility-first workflow you love from Tailwind CSS in your React Native applications. Enjoy consistent styling across platforms with the same intuitive classes.

Get Started
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
export default function WelcomeConsentScreen() { return ( <SafeAreaView style={ROOT_STYLE}> <View className="mx-auto max-w-sm flex-1 justify-between gap-4 px-8 py-4 "> <View className="ios:pt-8 pt-12">
<Text className="">
Welcome to your </Text>
<Text className="">
Application </Text> </View> <View className="gap-8"> {FEATURES.map((feature) => ( <View key={feature.title} className="flex-row gap-4"> <View className="pt-px"> <Icon name={feature.icon}
className=""
ios={{ renderingMode: 'hierarchical' }} /> </View> <View className="flex-1">
<Text className="">{feature.title}</Text>
<Text variant="footnote">{feature.description}</Text> </View> </View> ))} </View> </View> </SafeAreaView> ); } const FEATURES = [ { title: 'Profile Management', description: 'Easily update and manage your personal information, settings, and preferences', icon: 'account-circle-outline', }, { title: 'Secure Messaging', description: 'Chat securely with friends and family in real-time.', icon: 'message-processing', }, { title: 'Activity Tracking', description: 'Monitor your daily activities and track your progress over time.', icon: 'chart-timeline-variant', }, ] as const;

Welcome to your
Application

Profile Management

Easily update and manage your personal information, settings, and preferences

Secure Messaging

Chat securely with friends and family in real-time.

Activity Tracking

Monitor your daily activities and track your progress over time.

Why Nativewind?

Who is using Nativewind?

PostHog

PostHog gives product teams analytics, session replay, feature flags, experiments, and more.

https://posthog.com/
Folo

Folo is a personalized RSS reader and content hub for following everything in one place.

https://folo.is/
Onyx

Onyx is an open source AI assistant that connects to a company’s documents, apps, and people.

https://www.onyx.app/
Karakeep

Karakeep is an open source app for saving, organizing, and rediscovering links, notes, and images.

https://karakeep.app/
Kortix

Kortix is an open source AI management system for agents, shared skills, company memory, and connectors.

https://www.kortix.com/
Linkwarden

Linkwarden is a collaborative bookmark manager that preserves webpages and organizes saved links.

https://linkwarden.app/
Polar

Polar provides billing infrastructure for subscriptions, usage, invoicing, and global sales tax.

https://polar.sh/
Founded Labs

Founded Labs builds React Native Reusables, an open source component registry crafted with Nativewind.

https://reactnativereusables.com/
gluestack

gluestack offers customizable components and patterns for React, Next.js, and React Native.

https://gluestack.io/
Streamyfin

Streamyfin is an open source Jellyfin client for streaming media on iOS, tvOS, and Android.

https://streamyfin.app/

UI Component Kits