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?

Avocado logoAvocado

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

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.

NeonCity logoNeonCity

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

Knowhere logoKnowhere

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

https://knowheresocial.com/
GoTogether logoGoTogether

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

https://gogether.app/
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/
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.

DayStack logoDayStack

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

https://www.daystack.co/
Swipey logoSwipey

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

https://swipey.co/
Reemi logoReemi

Get notifications to check in with your favorite people.

Focusminny logoFocusminny

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

https://www.focusminny.app/
Quiztr logoQuiztr

Learn anything for school, work or fun.

https://quiztr.com/
Brainnotes logoBrainnotes

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

https://brainnotes.app/
Shutter Mate logoShutter Mate

ShutterMate is your ultimate photography companion!

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/
Noona logoNoona

Noona is a marketplace for services and experiences.

https://noona.app/hq
Folo logoFolo

🧡 Follow everything in one place

https://follow.is/
MindLumen logoMindLumen

Your personal AI therapist for mental wellbeing

https://mindlumen.ai/
Rovelist logoRovelist

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

https://www.rovelist.app/
Fluently logoFluently

AI-powered English coach.

https://getfluently.app/
BIC Group logoBIC Group

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

Ramble logoRamble

Community app for the modern van traveler.

https://ramble.guide/
HiveMind logoHiveMind

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

https://gethivemind.app/

UI Component Kits