Skip to content

A starter template for building React Native apps using Expo and NativeWind. Includes EAS Build support and preconfigured Tailwind CSS styling for fast development.

Notifications You must be signed in to change notification settings

sirajalzahran/expo-nativewind-starter

Repository files navigation

Expo NativeWind Starter

A modern starter template for building React Native apps using Expo, NativeWind (TailwindCSS), TypeScript, and EAS Build.

Created by Siraj AL Zahran.


Features

  • Built with Expo
  • Styling with NativeWind (TailwindCSS for React Native)
  • TypeScript support out of the box
  • Easy production builds with EAS
  • Prettier for clean code formatting

Installation

npm install

Run the App (Development)

Start the Expo development server:

npm start
# or
npm run start

Other commands:

npm run android    # Run on Android emulator/device
npm run ios        # Run on iOS simulator/device (macOS only)
npm run web        # Run on Web

Build for Production (Android)

  1. Login to your Expo account:
npx expo login
  1. Build the Android app:
eas build --platform android --profile production

Or use the script:

npm run build:android

Project Scripts

"scripts": {
  "start": "expo start",
  "android": "expo start --android",
  "ios": "expo start --ios",
  "web": "expo start --web",
  "build:android": "eas build --platform android --profile production",
  "build:ios": "eas build --platform ios --profile production"
}

Project Structure

.
├── App.tsx
├── tailwind.config.js
├── tsconfig.json
├── assets/
└── ...

Design Resources


License

MIT © Siraj AL Zahran


Tech Stack

  • React Native 0.79.5
  • React 19.0.0
  • Expo ~53.0.20
  • NativeWind ^4.1.23
  • TailwindCSS ^3.4.0
  • TypeScript ~5.8.3

Feedback & Contributions

Feel free to open issues or submit pull requests. Contributions are welcome.

About

A starter template for building React Native apps using Expo and NativeWind. Includes EAS Build support and preconfigured Tailwind CSS styling for fast development.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published