react-native-utility-kit
v1.1.2
Published
Ready-to-use components to make developer experience easy.
Readme
react-native-utility-kit
A lightweight, customizable utility component pack for React Native, designed to simplify UI development with reusable and well-typed components like Label, Input and more...
🚀 Features
- 🧩 Plug-and-play components:
Label,Input,Button,Checkboxand more... - 🎨 Customizable styles with theme support
- 📱 Auto-scaling text via
react-native-size-matters - 🌗 RTL support with direction-aware layout
- 💬 Built-in label, placeholder, and error text handling
- 💡 Minimal dependencies, easy to extend
📦 Installation
npm install react-native-utility-kit
# or
yarn add react-native-utility-kitAlso install peer dependencies (if not already):
npm install react-native-size-matters
npm install @react-native-vector-icons/ionicons
npm install react-native-keyboard-aware-scroll-view
npm install react-native-gesture-handler
npm install react-native-safe-area-context🧱 Categories
⚙️ Development Setup (for contributors)
git clone https://github.com/DarshanAguru/react-native-utility-kit.git
cd react-native-utility-kit
npm install
npm run startRun the example app for live testing:
cd example
npm start🤝 Contributing
Contributions are welcome! Please read the Contributing Guide and follow the Code of Conduct.
📜 License
This project is licensed under the MIT License — see the LICENSE file for details.
💬 Authors
Darshan Aguru GitHub: @DarshanAguru Portfolio: DarshanAguru
Abhishek Namdev GitHub: @AbhishekNamdev Portfolio: AbhishekNamdev
⭐ Support
If you find this library useful, give it a ⭐ on GitHub!
