@rahmatsaputra-my-id/react-native-library
v0.1.11
Published
Reusable and customizable React Native components and utilities to speed up mobile app development.This library aims to provide a collection of well-documented, lightweight, and easy-to-integrate components written in TypeScript, following best practices
Maintainers
Readme
📱 React Native Library
Reusable and customizable React Native components and utilities to accelerate mobile app development.
This library provides well-documented, lightweight, and easy-to-integrate components written in TypeScript — following best practices in design and performance.
React Native Library
🚀 Features
- ⚛️ Built for React Native
- 🎨 Customizable & reusable UI components
- 💎 Minimal dependencies, lightweight
- 🧠 Written in TypeScript with full typings
- 🔌 Easy integration into any React Native project
🛠️ Installation
npm install @rahmatsaputra-my-id/react-native-library
# or
yarn add @rahmatsaputra-my-id/react-native-library💡 Usage
Star Rating
import { StarRating } from '@rahmatsaputra-my-id/react-native-library';
const App = () => (
<>
<StarRating rating={3} onRate={(value) => console.log(value)} />
</>
);
export default App;Loading Indicator
import { LoadingIndicator } from '@rahmatsaputra-my-id/react-native-library';
const App = () => (
<>
<LoadingIndicator />
</>
);
export default App;🤝 Contributing
Contributions, issues, and feature requests are welcome! Feel free to check the issues page.
📄 License
This project is licensed under the MIT licensed.
