🎨

Shared UI Components

Cross-platform components built with React Native and NativeWind

🌐 Web App

Button

Primary Button
Secondary Button

Card

This nested card demonstrates consistent spacing and styling across platforms. The same component works identically on mobile.

How It Works

Components use React Native primitives (View, Text, Pressable) with NativeWind for styling. React Native Web transforms these into HTML elements for the browser.

🌐Web

React Native Web → HTML

📱Mobile

Native iOS/Android

🏠Back to Home

Try the mobile app to see identical components in action