1.0.3 • Published 3 months ago

expo-router-nativewind-template v1.0.3

Weekly downloads
-
License
-
Repository
-
Last release
3 months ago

Expo Router Template with Nativewind

An Expo Router template with NativeWind styling (for Native & Web).

Includes

  • Expo v50: Best DUX for React Native
  • Expo Router v3: Best framework to build universal apps (routing with deep linking, API server...). Based on their tabs@50 template
  • NativeWind v4: Best way to style for all platforms (Native & Web) from a single codebase (Tailwind on stamina 💊)
  • Reanimated v3: Smooth animations ran on the UI thread

Get Started

Simply create a new expo app using this template:

npx create-expo-app@latest --template expo-router-nativewind-template MyUniversallyStyledApp

Run yarn start to start the server. Works out-of-the-box for web. For iOS, run npx expo run:ios and for Android run npx expo run:android.