ezet-titan-nativewind
v1.0.3
Published
Auto setup for NativeWind in Expo & React Native
Maintainers
Readme
# ezet-titan-nativewind
🚀 **Auto-setup for NativeWind in Expo & React Native**
A CLI tool that makes setting up [NativeWind](https://www.nativewind.dev/) seamless in your Expo or React Native projects.
---
## 📦 Installation
You can install the package globally (recommended) or as a dev dependency in your project.
### Global install
```bash
npm i -g ezet-titan-nativewindLocal install
npm i --save-dev ezet-titan-nativewind⚡ Usage
After installation, simply run the command:
npx tit-setupThis will automatically:
- Install NativeWind & Tailwind dependencies
- Setup required configuration files (
tailwind.config.js,babel.config.js) - Link styles into your project
- Ensure smooth NativeWind integration with Expo & React Native
🛠 Example Workflow
Create a new Expo app:
npx create-expo-app my-app cd my-appRun the setup command:
npx tit-setupStart the project:
npm start
Now you’re ready to use Tailwind CSS classes inside your React Native components ✨
🔑 Command
| Command | Description |
| ---------------- | ------------------------------------- |
| npx tit-setup | Run auto-setup for NativeWind project |
📋 Example Component
import { View, Text } from "react-native";
export default function App() {
return (
<View className="flex-1 items-center justify-center bg-purple-600">
<Text className="text-white text-xl font-bold">Hello NativeWind 🚀</Text>
</View>
);
}📄 License
This project is licensed under the ISC License. Created with 💟 by Ezet Industries.
2025 © Ezet Industries
