Skip to content

Latest commit

 

History

History
20 lines (13 loc) · 984 Bytes

README.md

File metadata and controls

20 lines (13 loc) · 984 Bytes

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.