{"id":13679160,"url":"https://github.com/breeffy/react-native-monorepo","last_synced_at":"2025-04-29T16:31:21.666Z","repository":{"id":44728997,"uuid":"328653878","full_name":"breeffy/react-native-monorepo","owner":"breeffy","description":"Monorepo with UI components.","archived":false,"fork":false,"pushed_at":"2023-03-05T22:27:02.000Z","size":17011,"stargazers_count":183,"open_issues_count":32,"forks_count":8,"subscribers_count":3,"default_branch":"main","last_synced_at":"2025-04-28T02:37:14.004Z","etag":null,"topics":["android","calendar","picker","react-native","reanimated2","wheel-picker"],"latest_commit_sha":null,"homepage":"","language":"TypeScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/breeffy.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":"CONTRIBUTING.md","funding":null,"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}},"created_at":"2021-01-11T12:15:47.000Z","updated_at":"2024-10-25T16:45:52.000Z","dependencies_parsed_at":"2024-01-14T14:56:14.252Z","dependency_job_id":"c29fefbd-c806-46e6-9b39-053a1fc11ef8","html_url":"https://github.com/breeffy/react-native-monorepo","commit_stats":{"total_commits":297,"total_committers":5,"mean_commits":59.4,"dds":"0.17508417508417506","last_synced_commit":"20e503f3804d3945d5369d1d07a76b37ee10ead3"},"previous_names":["breeffy/react-native-calendar"],"tags_count":16,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/breeffy%2Freact-native-monorepo","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/breeffy%2Freact-native-monorepo/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/breeffy%2Freact-native-monorepo/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/breeffy%2Freact-native-monorepo/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/breeffy","download_url":"https://codeload.github.com/breeffy/react-native-monorepo/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":251540155,"owners_count":21605850,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","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":["android","calendar","picker","react-native","reanimated2","wheel-picker"],"created_at":"2024-08-02T13:01:02.626Z","updated_at":"2025-04-29T16:31:16.648Z","avatar_url":"https://github.com/breeffy.png","language":"TypeScript","funding_links":[],"categories":["TypeScript"],"sub_categories":[],"readme":"# React Native UI kit\n\n[![npm](https://img.shields.io/github/license/breeffy/react-native-calendar?color=green\u0026style=flat-square)](https://github.com/breeffy/react-native-calendar/blob/main/LICENSE) [![npm](https://img.shields.io/badge/types-Typescript-blue?style=flat-square)](https://www.npmjs.com/package/@gorhom/bottom-sheet)\n\n## Components\n\n| Name          |                                Package                                 | Description                                                             |\n| ------------- | :--------------------------------------------------------------------: | ----------------------------------------------------------------------- |\n| **Calendars** | [@breeffy/calendars](https://www.npmjs.com/package/@breeffy/calendars) | Performant calendars with gestures and animations                       |\n| **Pickers**   |   [@breeffy/pickers](https://www.npmjs.com/package/@breeffy/pickers)   | Wheel pickers, swipers, carousels                                       |\n| **Icons**     |     [@breeffy/icons](https://www.npmjs.com/package/@breeffy/icons)     | **Icon** component to show [FontAwesome](https://fontawesome.com) icons |\n| **Elements**  |  [@breeffy/elements](https://www.npmjs.com/package/@breeffy/elements)  | **Toggle** and other essential components                               |\n\n## Storybook\n\nYou can play with components and it's properties using **interactive storybook** playground.\n\nRun metro server in **dev** mode and run application\n\n```bash\nyarn dev:android\n```\n\nDon't forget to install dependencies before that\n\n```bash\nyarn install\n```\n\nCode for **examples** can be found [here](https://github.com/breeffy/react-native-monorepo/tree/main/packages/example-app/src/stories).\n\n## Showcase\n\n### Pickers\n\n![Card Pickers](./previews/cardpickers.png)\n\n### Calendars\n\n![Calendars](./previews/calendars.gif)\n\n## Support\n\n### React Native Versions\n\nVersions [`0.65.1`](https://github.com/breeffy/react-native-monorepo/tree/main/packages/mobile-0.65.1), [`0.66.0`](https://github.com/breeffy/react-native-monorepo/tree/main/packages/mobile-0.66.0), [`0.66.1`](https://github.com/breeffy/react-native-monorepo/tree/main/packages/mobile-0.66.1) are supported. For every supported version you can find example application.\n\nRun specific example application with RN `\u003cversion\u003e` using command\n\n```bash\nyarn dev:android:\u003cversion\u003e\n```\n\nFor example for RN `0.66.1` it will be\n\n```bash\nyarn dev:android:0.66.1\n```\n\n\u003e RN versions `0.63.4 - 0.65.0` might work, but components are not tested against these versions.\n\n### Peer Dependencies\n\nPackages **allow any version** of peer dependency and it's combinations\n\n```json\n\"peerDependencies\": {\n  \"react\": \"*\",\n  \"react-native\": \"*\",\n  \"react-native-gesture-handler\": \"*\",\n  \"react-native-reanimated\": \"*\",\n  \"react-native-svg\": \"*\"\n}\n```\n\nThey might have **incompatibilities between each other**.\n\nVersions that are **guaranteed to be working** are specified in example applications.\n\n\u003e Select a **release commit** with version you are interested in, look at `package.json` of example application with required RN `version`\n\nFor latest packages in GitHub:\n[`0.65.1`](https://github.com/breeffy/react-native-monorepo/blob/main/packages/mobile-0.65.1/package.json#L24),\n[`0.66.0`](https://github.com/breeffy/react-native-monorepo/blob/main/packages/mobile-0.66.0/package.json#L24),\n[`0.66.1`](https://github.com/breeffy/react-native-monorepo/blob/main/packages/mobile-0.66.1/package.json#L24).\n\n\u003e Other `peerDependencies` combinations **are not officially supported**, but should work.\n\n### Operating Systems\n\nRight now **only Android is officially supported**.\n\n### Expo\n\nExpo platform **is not officially supported**.\n\nMeanwhile it's expected that **components should be working** in Expo platform since no native or platform-specific code is used.\n\nBut **storybook** playground **doesn't work with Expo** and components can't be easily tested against it.\n\nCopyright © 2020-2022, [Victor Malov](https://github.com/likern).\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbreeffy%2Freact-native-monorepo","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fbreeffy%2Freact-native-monorepo","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbreeffy%2Freact-native-monorepo/lists"}