{"id":41431625,"url":"https://github.com/masumrpg/react-native-components","last_synced_at":"2026-01-23T14:32:00.412Z","repository":{"id":300503355,"uuid":"997697867","full_name":"masumrpg/react-native-components","owner":"masumrpg","description":null,"archived":false,"fork":false,"pushed_at":"2025-07-25T11:54:16.000Z","size":4458,"stargazers_count":6,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2025-09-30T10:54:59.106Z","etag":null,"topics":["react","react-native","react-native-components"],"latest_commit_sha":null,"homepage":"https://rnc.masum.cloud","language":"TypeScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/masumrpg.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":".github/FUNDING.yml","license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null},"funding":{"github":["masumrpg"],"patreon":"masumdev","custom":["https://buymeacoffee.com/masumdevx"]}},"created_at":"2025-06-07T01:49:44.000Z","updated_at":"2025-08-07T23:54:24.000Z","dependencies_parsed_at":"2025-07-06T07:32:54.261Z","dependency_job_id":"3496311e-12ff-4ebe-a16a-81f656920a3c","html_url":"https://github.com/masumrpg/react-native-components","commit_stats":null,"previous_names":["masumrpg/react-native-components"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/masumrpg/react-native-components","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/masumrpg%2Freact-native-components","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/masumrpg%2Freact-native-components/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/masumrpg%2Freact-native-components/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/masumrpg%2Freact-native-components/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/masumrpg","download_url":"https://codeload.github.com/masumrpg/react-native-components/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/masumrpg%2Freact-native-components/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28694282,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-01-23T14:15:13.573Z","status":"ssl_error","status_checked_at":"2026-01-23T14:09:05.534Z","response_time":59,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.6:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["react","react-native","react-native-components"],"created_at":"2026-01-23T14:32:00.243Z","updated_at":"2026-01-23T14:32:00.378Z","avatar_url":"https://github.com/masumrpg.png","language":"TypeScript","funding_links":["https://github.com/sponsors/masumrpg","https://patreon.com/masumdev","https://buymeacoffee.com/masumdevx"],"categories":[],"sub_categories":[],"readme":"# React Native Components Theme\n\n[![npm version](https://badge.fury.io/js/rnc-theme.svg)](https://badge.fury.io/js/rnc-theme)\n![npm downloads](https://img.shields.io/npm/dt/rnc-theme)\n[![TypeScript](https://img.shields.io/badge/TypeScript-Ready-blue.svg)](https://www.typescriptlang.org/)\n[![React Native](https://img.shields.io/badge/React%20Native-Optimized-61DAFB.svg)](https://reactnative.dev/)\n[![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)](https://opensource.org/licenses/MIT)\n\n\u003e A comprehensive React Native UI component library and theme system designed to accelerate your mobile application development. With a focus on customization, performance, and exceptional developer experience.\n\n## ✨ Key Features\n\n### 🌓 Dynamic Theme Switching\nSeamlessly switch between light and dark modes, or create your own custom themes.\n\n### 🔒 Type-Safe\nComplete TypeScript support with comprehensive type definitions for a safe development experience.\n\n### 🎨 Highly Customizable\nEasily customize every aspect of components using a flexible theme system.\n\n### ⚡ React Native Optimized\nBuilt specifically for React Native with optimal performance and perfect native experience.\n\n### 💾 Persistent Storage\nAutomatically saves user theme preferences for consistent experience.\n\n### 🎯 Multiple Presets\nComes with various built-in theme presets that are ready to use and customizable.\n\n## 🚀 Installation\n\n```bash\nnpm install rnc-theme\n# or\nyarn add rnc-theme\n```\n\n## 📖 Quick Start\n\n```jsx\nimport React from 'react';\nimport { View } from 'react-native';\nimport { RNCProvider, Button, Typography } from 'rnc-theme';\nimport { GestureHandlerRootView } from 'react-native-gesture-handler';\n\nconst App = () =\u003e {\n  return (\n\t\t\u003cGestureHandlerRootView\u003e\n\t\t\t\u003cRNCProvider\u003e\n\t\t\t\t\u003cView style={{ flex: 1, justifyContent: 'center', alignItems: 'center' }}\u003e\n\t\t\t\t\t\u003cTypography variant=\"h1\"\u003eWelcome!\u003c/Typography\u003e\n\t\t\t\t\t\u003cButton onPress={() =\u003e console.log('Button pressed!')}\u003e\n\t\t\t\t\t\t\u003cTypography color=\"white\"\u003ePress Me\u003c/Typography\u003e\n\t\t\t\t\t\u003c/Button\u003e\n\t\t\t\t\u003c/View\u003e\n\t\t\t\u003c/RNCProvider\u003e\n\t\t\u003c/GestureHandlerRootView\u003e\n  );\n};\n\nexport default App;\n```\n\n## 📦 30+ UI Components Ready to Use\n\n### 🔘 Button \u0026 FAB\nCustomizable buttons with various variants, sizes, and Floating Action Button.\n\n### 📝 Typography\nComplete typography system with various heading, body, and caption variants.\n\n### 📋 Form Controls\nInput, Checkbox, Radio, Switcher, Toggle, Slider, and integrated Form Control.\n\n### 🏗️ Layout \u0026 Navigation\nCard, Divider, Layout components, Modal, Bottom Sheet, and Accordion.\n\n### 📊 Data Display\nTable, Badge, Avatar, Progress, Rating, and Skeleton loading.\n\n### 💬 Feedback \u0026 Interaction\nToast notifications, Tooltip, Spinner, and various other interactive components.\n\n### 🖼️ Media \u0026 Content\nImage Carousel, Calendar, Date Picker for displaying multimedia content.\n\n### 🚀 Advanced Features\nCombobox, Scroll components, and Internationalization (i18n) support.\n\n## 📚 Documentation\n\nVisit our comprehensive documentation for detailed guides and examples:\n\n### [🚀 Getting Started](https://rnc.masum.cloud/)\nComplete guide to start using rnc-theme in your project.\n\n### [🎨 Theming Guide](https://rnc.masum.cloud/)\nLearn how to create and customize themes according to your brand.\n\n### [🧩 Components](https://rnc.masum.cloud/)\nExplore all available components with complete usage examples.\n\n### [💡 Examples](https://rnc.masum.cloud/)\nSee real implementation examples and best practices.\n\n## 🤝 Contributing\n\nWe warmly welcome contributions from the community! Please read our comprehensive contribution guidelines:\n\n📋 **[Contributing Guide](CONTRIBUTING.md)** - Complete guide for contributing  \n📜 **[Code of Conduct](CODE_OF_CONDUCT.md)** - Community rules and ethics  \n🔒 **[Security Policy](SECURITY.md)** - Security policy and vulnerability reporting  \n🗺️ **[Roadmap](ROADMAP.md)** - Future development plans  \n👥 **[Authors](AUTHORS.md)** - List of contributors and maintainers  \n📝 **[Changelog](CHANGELOG.md)** - Version change history  \n\n### Quick Start for Contributors\n\n1. **Fork** this repository\n2. **Clone** your fork: `git clone https://github.com/YOUR_USERNAME/react-native-components.git`\n3. **Install** dependencies: `bun install`\n4. **Create** feature branch: `git checkout -b feature/amazing-feature`\n5. **Make** your changes and **test** thoroughly\n6. **Commit** with conventional format: `git commit -m \"feat: add amazing feature\"`\n7. **Push** to branch: `git push origin feature/amazing-feature`\n8. **Create** Pull Request using the provided template\n\n### How to Contribute\n\n- 🐛 **Report Bugs**: Use [bug report template](.github/ISSUE_TEMPLATE/bug_report.md)\n- ✨ **Request Features**: Use [feature request template](.github/ISSUE_TEMPLATE/feature_request.md)\n- 💻 **Code Contributions**: Follow [development guidelines](CONTRIBUTING.md#development-guidelines)\n- 📚 **Improve Documentation**: Any documentation improvements are highly appreciated\n- 🎨 **Design \u0026 UX**: Help improve design system and user experience\n- 🧪 **Testing**: Help test new features and bug fixes\n- 🌍 **Translation**: Help translate documentation to other languages\n\n## 📄 License\n\nMIT - See [LICENSE](LICENSE) for details\n\n---\n\nMade with ❤️ for the React Native community","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmasumrpg%2Freact-native-components","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmasumrpg%2Freact-native-components","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmasumrpg%2Freact-native-components/lists"}