{"id":16198411,"url":"https://github.com/maggialejandro/react-native-month","last_synced_at":"2025-10-28T03:34:15.492Z","repository":{"id":39155578,"uuid":"248078996","full_name":"maggialejandro/react-native-month","owner":"maggialejandro","description":"📆 React Native Month Component","archived":false,"fork":false,"pushed_at":"2024-10-23T18:06:52.000Z","size":2304,"stargazers_count":24,"open_issues_count":13,"forks_count":14,"subscribers_count":3,"default_branch":"master","last_synced_at":"2024-10-24T02:50:46.242Z","etag":null,"topics":["component","month","react-native","react-native-component"],"latest_commit_sha":null,"homepage":"","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/maggialejandro.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"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,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2020-03-17T21:43:58.000Z","updated_at":"2024-04-19T09:18:41.000Z","dependencies_parsed_at":"2023-10-21T00:28:43.836Z","dependency_job_id":"9ada5f1e-5b03-4d50-a946-3527eab906de","html_url":"https://github.com/maggialejandro/react-native-month","commit_stats":null,"previous_names":[],"tags_count":19,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/maggialejandro%2Freact-native-month","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/maggialejandro%2Freact-native-month/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/maggialejandro%2Freact-native-month/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/maggialejandro%2Freact-native-month/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/maggialejandro","download_url":"https://codeload.github.com/maggialejandro/react-native-month/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":247457803,"owners_count":20941906,"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":["component","month","react-native","react-native-component"],"created_at":"2024-10-10T09:13:41.666Z","updated_at":"2025-10-28T03:34:10.461Z","avatar_url":"https://github.com/maggialejandro.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# React Native Month 📆\n\n![BuildStatus](https://github.com/maggialejandro/react-native-month/actions/workflows/lint.yml/badge.svg) [![NPM version](https://img.shields.io/npm/v/react-native-month.svg)](https://www.npmjs.com/package/react-native-month) [![npm](https://img.shields.io/npm/dm/react-native-month.svg)](https://github.com/maggialejandro/react-native-month) [![CodeFactor](https://www.codefactor.io/repository/github/maggialejandro/react-native-month/badge)](https://www.codefactor.io/repository/github/maggialejandro/react-native-month) [![Codacy Badge](https://api.codacy.com/project/badge/Grade/832690f286a5451cacdae664d63be3b9)](https://www.codacy.com/app/maggialejandro/react-native-month?utm_source=github.com\u0026utm_medium=referral\u0026utm_content=maggialejandro/react-native-month\u0026utm_campaign=Badge_Grade)\n\n\u003cp align=\"center\"\u003e\n  \u003cimg alt=\"Screenshot\" src=\"https://github.com/maggialejandro/react-native-month/blob/master/month.png?raw=true\" width=\"400\" /\u003e\n\u003c/p\u003e\n\n## Installation\n\n```console\nnpm install react-native-month --save\n```\n\nUsing yarn\n\n```console\nyarn add react-native-month\n```\n\n## Usage\n\nSee example folder\n\n## API\n\n| Prop                    | Description                            | Required?              | Default | Type             |\n| ----------------------- | -------------------------------------- | ---------------------- | ------- | ---------------- |\n| **`onPress`**           | Callback called when a day is pressed. | yes                    |         | Function         |\n| **`minDate`**           | Minimum date that can be selected.     | no                     | null    | 'YYYY-MM-DD'     |\n| **`maxDate`**           | Maximum date that can be selected.     | no                     | null    | 'YYYY-MM-DD'     |\n| **`startDate`**         | Selected start date                    | no                     | null    | 'YYYY-MM-DD'     |\n| **`endDate`**           | Selected end date                      | requires _startDate_   | null    | 'YYYY-MM-DD'     |\n| **`theme`**             | Calendar StyleSheet                    | no                     | null    | ThemeType        |\n| **`locale`**            | Calendar language                      | es, en, fr, br, zh, ru | 'en'    | LocaleType       |\n| **`showWeekdays`**      | Show Week columns                      | no                     | true    | boolean          |\n| **`firstDayMonday`**    | Monday as first day of the week        | no                     | false   | boolean          |\n| **`monthHeight`**       | Change Month row height                | no                     | 370     | number           |\n| **`disabledDays`**      | Disabled days                          | no                     | null    | {[string]: any } |\n| **`renderDayContent`**  | Render custom Day content              | no                     | null    | Function         |\n| **`disableOffsetDays`** | Remove offset Days.                    | no                     | false   | boolean          |\n\n## License\n\nMIT\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmaggialejandro%2Freact-native-month","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmaggialejandro%2Freact-native-month","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmaggialejandro%2Freact-native-month/lists"}