{"id":31561057,"url":"https://github.com/a2ys/minimal-rn","last_synced_at":"2026-04-18T00:03:35.083Z","repository":{"id":257813762,"uuid":"869060455","full_name":"a2ys/minimal-rn","owner":"a2ys","description":"MinimalRN is a collection of minimalistic React Native components that are easy to use and customize.","archived":false,"fork":false,"pushed_at":"2024-10-07T17:59:05.000Z","size":157,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-11-22T22:00:05.722Z","etag":null,"topics":["components","design","react","react-native","style","theming","ui-library"],"latest_commit_sha":null,"homepage":"https://www.npmjs.com/package/@a2ys/minimal-rn","language":"TypeScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"isc","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/a2ys.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE.md","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,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2024-10-07T16:45:02.000Z","updated_at":"2024-10-09T09:57:16.000Z","dependencies_parsed_at":null,"dependency_job_id":"359eebed-a53d-4db9-8948-ecebc0720de3","html_url":"https://github.com/a2ys/minimal-rn","commit_stats":null,"previous_names":["a2ys/minimal-rn"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/a2ys/minimal-rn","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/a2ys%2Fminimal-rn","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/a2ys%2Fminimal-rn/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/a2ys%2Fminimal-rn/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/a2ys%2Fminimal-rn/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/a2ys","download_url":"https://codeload.github.com/a2ys/minimal-rn/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/a2ys%2Fminimal-rn/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":31950891,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-17T17:29:20.459Z","status":"ssl_error","status_checked_at":"2026-04-17T17:28:47.801Z","response_time":62,"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":["components","design","react","react-native","style","theming","ui-library"],"created_at":"2025-10-05T02:49:09.733Z","updated_at":"2026-04-18T00:03:35.078Z","avatar_url":"https://github.com/a2ys.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# MinimalRN: Minimal React Native Components\r\n\r\nMinimalRN is a collection of minimalistic React Native components that are easy to use and customize. The components are designed to be simple and easy to understand, making it easy to build beautiful and functional apps with React Native.\r\n\r\n## Installation\r\n\r\nYou can install the MinimalRN library using npm in your React Native project:\r\n\r\n```bash\r\nnpm install @a2ys/minimal-rn\r\n```\r\n\r\nor\r\n\r\n```bash\r\nnpm i @a2ys/minimal-rn\r\n```\r\n\r\n## Usage\r\n\r\nHere’s a simple example of how to use the MinimalRN components:\r\n\r\n```typescript\r\nimport React from 'react';\r\nimport { View } from \"react-native\";\r\nimport { PrimaryButton, OutlinedButton } from 'minimal-rn';\r\n\r\nconst App = () =\u003e {\r\n  return (\r\n    \u003cView\u003e\r\n      \u003cPrimaryButton /\u003e\r\n      \u003cOutlinedButton /\u003e\r\n    \u003c/View\u003e\r\n  );\r\n};\r\n\r\nexport default App;\r\n```\r\n\r\n## Features\r\n\r\nAs of now, MinimalRN includes the following components:\r\n\r\n- Button\r\n  - The button component is a simple button that can be customized with different colors and styles. Currently, it has two preconfigured styles: primary and outlined.\r\n\r\n## Development\r\n\r\nMinimalRN is currently in BETA and is under active development. If you have any feedback or suggestions, please feel free to open an issue or submit a pull request.\r\n\r\n## Contributing\r\n\r\nContributions are most welcome. To get started, please follow these steps:\r\n\r\n1. Fork the repository.\r\n2. Create your feature branch (`git checkout -b feature/AmazingFeature`).\r\n3. Commit your changes (`git commit -m 'Add some AmazingFeature'`).\r\n4. Push to the branch (`git push origin feature/AmazingFeature`).\r\n5. Open a pull request.\r\n\r\n## Changelog\r\n\r\n### [0.0.1] - 2024-10-07\r\n\r\n- Initial release with PrimaryButton and OutlinedButton components.\r\n\r\n## Contact\r\n\r\nFor any inquiries or support, please contact [Aayush Shukla](mailto:me@a2ys.dev).\r\n\r\n## Acknowledgments\r\n\r\nThanks to the [React Native](https://reactnative.dev/) community for their support and resources.\r\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fa2ys%2Fminimal-rn","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fa2ys%2Fminimal-rn","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fa2ys%2Fminimal-rn/lists"}