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?

DayStack logoDayStack

Take control of your daily routines. Track habits and never miss your supplements with smart reminders.

https://www.daystack.co/
Knowhere logoKnowhere

Easily discover what you and your friends want to do, all in your hand, all in one place.

https://knowheresocial.com/
BIC Group logoBIC Group

Beincom (BIC Group) is a social platform focused on community building.

Noona logoNoona

Noona is a marketplace for services and experiences.

https://noona.app/hq
Folo logoFolo

🧡 Follow everything in one place

https://follow.is/
Avocado logoAvocado

Easily log your meals with the Avocado App, set flexible goals, and stay on track with your nutrition like never before.

Shutter Mate logoShutter Mate

ShutterMate is your ultimate photography companion!

Reemi logoReemi

Get notifications to check in with your favorite people.

Wave logoWave

Wave is the AI-powered transcription and summarization app for audio recordings and phone calls.

https://wave.co/
VibeCode logoVibeCode

The mobile app that builds mobile apps

https://vibecodeapp.com/
Brainnotes logoBrainnotes

Summarize anything, videos & PDFs and audios all in one app.

https://brainnotes.app/
GoTogether logoGoTogether

Discover events and find people to join you—make solo events a thing of the past.

https://gogether.app/
SewaYou logoSewaYou

SewaYou is a location-based social app that helps you easily find and connect with new friends both online and in person, anywhere in the world.

Hyppe logoHyppe

Hyppe es más que una aplicación de fitness, es una comunidad vibrante de personas apasionadas dedicadas a alcanzar sus metas de salud y bienestar.

Quiztr logoQuiztr

Learn anything for school, work or fun.

https://quiztr.com/
Fluently logoFluently

AI-powered English coach.

https://getfluently.app/
Rovelist logoRovelist

Sustainable change through habits repeated daily. It's not about perfection, it's about consistency.

https://www.rovelist.app/
Mylo logoMylo

Mylo är appen som gör juridiken enkel. Skapa juridiska avtal på egen hand, signera säkert med BankID och spara allt i ett tryggt moln.

https://mylo.law/
NeonCity logoNeonCity

NeonCity: CityRunner is a high-quality mobile game built with React Native created by Daehyeon Mun.

Hivemind logoHivemind

Turn any topic into your personal social media feed with AI.

https://gethivemind.app/
MindLumen logoMindLumen

Your personal AI therapist for mental wellbeing

https://mindlumen.ai/
Ramble logoRamble

Community app for the modern van traveler.

https://ramble.guide/
Focusminny logoFocusminny

Turn Your Phone into a Productivity Companion—Not a Distraction!

https://www.focusminny.app/
Swipey logoSwipey

Swipey is the next-gen financial OS that helps you manage all your business finances in one place.

https://swipey.co/

UI Component Kits