50+ Premium React Native Templatess.png&w=640&q=75)
The only React Native template you'll ever need.
A universal library of premium React Native UI screens to ship apps faster — across iOS and Android.
.png&w=640&q=75)
Explore the demo
Scan the QR code with Expo Go to explore all templates instantly.
Showcase
Built for Production
Explore beautiful, performant apps built with gluestack-ui pro templates.
Massive Benefits
Maximize Efficiency and Speed with gluestack-ui pro
Clean File Structure
Modular React Native folder organization ready to drop into your codebase.
Large Variety of App Templates
Production-ready universal templates for Chat, E-Commerce, Social Media, Finance, and Fitness.
global.css
@import "tailwindcss";
@custom-variant dark (&:is(.dark *));
:root {
--background: #ffffff;
--foreground: #0f1419;
--primary: #1e9df1;
--border: #e1eaef;
--radius: 1.3rem;
}
.dark {
--background: #000000;
--foreground: #e7e9ea;
--primary: #1c9cf0;
--border: #242628;
}global.css
@import "tailwindcss";
@custom-variant dark (&:is(.dark *));
@theme inline {
--color-background: var(--background);
--color-foreground: var(--foreground);
--color-primary: var(--primary); // [!code highlight]
--color-border: var(--border); // [!code highlight]
--radius-lg: var(--radius); // [!code focus]
}
@layer base {
body {
@apply bg-background text-foreground; // [!code ++]
}
}Tailwind CSS with NativeWind
Style effortlessly with utility-first Tailwind CSS powered by NativeWind v5.