Nativewind v5
pre-release

Check out the new features and improvements in the preview version of Nativewind.

v5
Docs
GithubBlogShowcaseResourcesllms.txtllms-full.txtHire Us

Getting Started

OverviewInstallationEditor SetupTroubleshooting

Guides

Using with MonoreposWriting Custom ComponentsStyling Third-Party ComponentsThemesOther Bundlers

Core Concepts

Built on Tailwind CSSQuirksResponsive DesignStates & Pseudo-classesDark ModeFunctions & Directives

React Native Concepts

UnitsPlatform DifferencesStyle SpecificitySafe Area Insets

Customization

ConfigurationContentThemeColors

API

withNativeWindvars() & useUnstableNativeVariable()useColorScheme()remapPropscssInterop

Layout

Aspect RatioBox Decoration BreakBox SizingBreak AfterBreak BeforeBreak InsideClearColumnsContainerDisplayFloatsIsolationObject FitObject PositionOverflowOverscroll BehaviorPositionTop / Right / Bottom / LeftVisibilityZ-Index

Flexbox & Grid

Align ContentAlign ItemsAlign SelfFlexFlex BasisFlex DirectionFlex GrowFlex ShrinkFlex WrapGapGrid Auto ColumnsGrid Auto FlowGrid Auto RowsGrid Column Start / EndGrid Row Start / EndGrid Template ColumnsGrid Template RowsJustify ContentJustify ItemsJustify SelfOrderPlace ItemsPlace ContentPlace Self

Spacing

MarginPaddingSpace Between

Sizing

HeightMax-HeightMax-WidthMin-HeightMin-WidthWidth

Typography

ContentFont FamilyFont SizeFont SmoothingFont StyleFont Variant NumericFont WeightHyphensLetter SpacingLine ClampLine HeightList Style ImageList Style PositionList Style TypeText TransformText ColorText DecorationText Decoration ColorText Decoration StyleText Decoration ThicknessText IndentText OverflowText AlignText Underline OffsetVertical AlignWhitespaceWord Break

Backgrounds

Background AttachmentBackground ClipBackground ColorBackground ImageBackground OriginBackground PositionBackground RepeatBackground SizeGradient Color Stops

Borders

Border ColorBorder RadiusBorder StyleBorder WidthDivide ColorDivide StyleDivide WidthOutline ColorOutline OffsetOutline StyleOutline WidthRing ColorRing Offset ColorRing Offset WidthRing Width

Effects

Background Blend ModeBox ShadowBox Shadow ColorMix Blend ModeOpacity

Transitions & Animation

AnimationTransition DelayTransition DurationTransition PropertyTransition Timing Function

Transforms

RotateScaleSkewTransform OriginTranslate

Interactivity

Accent ColorAppearanceCaret ColorCursorPointer EventsResizeScroll BehaviorScroll MarginScroll PaddingScroll Snap AlignScroll Snap StopScroll Snap TypeTouch ActionUser SelectWill Change

SVG

FillStrokeStroke Width

Accessibility

Screen Readers

Plugins

Container Queries
Docs

Last updated on February 18, 2026

Responsive Design

Edit

CAUTION

Nativewind's default theme is not yet designed for native devices and still uses breakpoints that were mostly designed for web.

Nativewind's responsive design works identically to Tailwind CSS, please refer to the official Tailwind CSS docs for more information.

Quirks

Previous Page

States & Pseudo-classes

Next Page