@niibase/uniwind
v1.5.1
Published
A fork of Uniwind with Reanimated 4 support
Maintainers
Readme
Note: This is a fork of uniwind that leverages react-native-reanimated (v4.0.0+) to enable CSS-like animations and transitions using Tailwind classes. This package is kept in sync with the original
uniwindreleases.
Installation
# Install from the fork (recommended - includes pro features for free)
bun add @niibase/uniwind tailwindcss react-native-safe-area-context react-native-reanimated
# Or install from the original package
bun add uniwind tailwindcss react-native-safe-area-context
# Or install @niibase/uniwind as alias for uniwind
bun add uniwind@npm:@niibase/uniwind tailwindcss react-native-safe-area-context react-native-reanimatedThen follow installation guides
Documentation
Features
- ⚛️ Out‑of‑the‑box
classNamebindings for every React Native component - ⚡ Styles are computed at build time for maximum performance
- 🎬 CSS animations and transitions powered by Reanimated 4
- 🌙 Dark mode and 🎨 fully customizable themes
- 🧩 Pseudo‑classes support —
focus,active,disabled, and more - 📱 Responsive design with media queries
- 🧰 Use custom CSS properties directly in React Native
- 🔥 And much more
Contributing
Contributions are welcome!
How to contribute
- Bug Fixes: Check our Issues for any bugs that need fixing. Make sure to ask before working on an issue.
- New Features: If you have an idea for a new feature, please open discussion first to get feedback from the community.
- Refactor and Improvements: If you see areas of the code that could be improved or refactored, open discussion or reach out to the maintainers before making significant changes.
Pull Request that do not follow these guidelines may be closed or not reviewed.
License
MIT
