{"id":17700736,"url":"https://github.com/wrathchaos/react-native-monthly","last_synced_at":"2025-05-07T21:44:37.040Z","repository":{"id":57338469,"uuid":"310397782","full_name":"WrathChaos/react-native-monthly","owner":"WrathChaos","description":"Animated and customizable monthly calendar for React Native","archived":false,"fork":false,"pushed_at":"2020-11-06T15:48:05.000Z","size":10622,"stargazers_count":28,"open_issues_count":1,"forks_count":4,"subscribers_count":3,"default_branch":"master","last_synced_at":"2025-04-21T13:52:42.601Z","etag":null,"topics":["android","apple","calendar","calendar-component","calendar-view","google","ios","mobile","monthly","monthly-calendar","react","react-native","reactjs"],"latest_commit_sha":null,"homepage":"https://freakycoder.com","language":"TypeScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/WrathChaos.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2020-11-05T19:28:48.000Z","updated_at":"2024-12-29T06:37:13.000Z","dependencies_parsed_at":"2022-09-07T11:50:44.836Z","dependency_job_id":null,"html_url":"https://github.com/WrathChaos/react-native-monthly","commit_stats":null,"previous_names":[],"tags_count":3,"template":false,"template_full_name":"WrathChaos/react-native-typescript-library-starter","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/WrathChaos%2Freact-native-monthly","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/WrathChaos%2Freact-native-monthly/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/WrathChaos%2Freact-native-monthly/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/WrathChaos%2Freact-native-monthly/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/WrathChaos","download_url":"https://codeload.github.com/WrathChaos/react-native-monthly/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":252961835,"owners_count":21832190,"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","apple","calendar","calendar-component","calendar-view","google","ios","mobile","monthly","monthly-calendar","react","react-native","reactjs"],"created_at":"2024-10-24T17:42:57.799Z","updated_at":"2025-05-07T21:44:37.019Z","avatar_url":"https://github.com/WrathChaos.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"\u003cimg alt=\"React Native Monthly\" src=\"assets/logo.png\" width=\"1050\"/\u003e\n\n[![Animated and customizable monthly calendar for React Native](https://img.shields.io/badge/-Animated%20and%20customizable%20monthly%20calendar%20for%20React%20Native-orange?style=for-the-badge)](https://github.com/WrathChaos/react-native-monthly)\n\n[![npm version](https://img.shields.io/npm/v/react-native-monthly.svg?style=for-the-badge)](https://www.npmjs.com/package/react-native-monthly)\n[![npm](https://img.shields.io/npm/dt/react-native-monthly.svg?style=for-the-badge)](https://www.npmjs.com/package/react-native-monthly)\n![Platform - Android and iOS](https://img.shields.io/badge/platform-Android%20%7C%20iOS-blue.svg?style=for-the-badge)\n[![License: MIT](https://img.shields.io/badge/License-MIT-green.svg?style=for-the-badge)](https://opensource.org/licenses/MIT)\n[![styled with prettier](https://img.shields.io/badge/styled_with-prettier-ff69b4.svg?style=for-the-badge)](https://github.com/prettier/prettier)\n\n\u003ctable\u003e\n \u003ctr\u003e\n    \u003ctd align=\"center\"\u003e \n  \u003cimg alt=\"React Native Monthly\"\n        src=\"assets/Screenshots/react-native-monthly.gif\" /\u003e\n    \u003c/td\u003e\n    \u003ctd align=\"center\"\u003e\n  \u003cimg alt=\"React Native Monthly\"\n        src=\"assets/Screenshots/react-native-monthly-today.png\" /\u003e\n    \u003c/td\u003e\n   \u003c/tr\u003e\n\u003c/table\u003e\n\n# Installation\n\nAdd the dependency:\n\n```bash\nnpm i react-native-monthly\n```\n\n## Peer Dependencies\n\n\u003ch5\u003e\u003ci\u003eIMPORTANT! You need install them\u003c/i\u003e\u003c/h5\u003e\n\n```js\n\"@freakycoder/react-native-bounceable\": \"\u003e= 0.2.4\",\n```\n\n# Usage\n\n## Import\n\n```jsx\nimport RNMonthly from \"react-native-monthly\";\n```\n\n## Fundamental Usage\n\n```jsx\n\u003cRNMonthly numberOfDays={31} activeDays={[1, 5, 6, 11, 21, 31]} /\u003e\n```\n\n```jsx\n\u003cRNMonthly\n  numberOfDays={30}\n  activeBackgroundColor=\"green\"\n  inactiveBackgroundColor=\"#E6FFDE\"\n  activeDays={[1, 5, 6, 11, 21, 31]}\n/\u003e\n```\n\n```jsx\n\u003cRNMonthly\n  numberOfDays={28}\n  activeBackgroundColor=\"#9C1818\"\n  inactiveBackgroundColor=\"#FFDEDE\"\n  activeDays={[1, 5, 6, 11, 21, 31]}\n/\u003e\n```\n\n## Example Project 😍\n\nYou can checkout the example project 🥰\n\nSimply run\n\n- `npm i`\n- `react-native run-ios/android`\n\nshould work of the example project.\n\n# Configuration - Props\n\n## Fundamentals\n\n| Property     |   Type    |  Default  | Description                                                         |\n| ------------ | :-------: | :-------: | ------------------------------------------------------------------- |\n| numberOfDays |  number   |    31     | change days of the month it should be more than 28 and less than 31 |\n| activeDays   | number[]  | undefined | set the active days                                                 |\n| style        | ViewStyle |  default  | set or override the style object for the main container             |\n| today        |  number   | undefined | enable the today's selected item or any other                       |\n\n## Customization (Optionals)\n\n| Property                |   Type    |  Default  | Description                                                        |\n| ----------------------- | :-------: | :-------: | ------------------------------------------------------------------ |\n| activeBackgroundColor   |   color   | \"#49c1c2\" | change the active background color                                 |\n| inactiveBackgroundColor |   color   | \"#f0f0f0\" | change the inactive background color                               |\n| todayTextStyle          | TextStyle |  default  | set or override the style object for the today text style          |\n| itemContainerStyle      | ViewStyle |  default  | set or override the style object for the each item container       |\n| onPress                 | function  | undefined | set your own logic for the button functionality when it is pressed |\n\n## Future Plans\n\n- [x] ~~LICENSE~~\n- [x] ~~Today Feature~~\n- [ ] Write an article about the lib on Medium\n\n## Credits\n\nInsipired on [Martyna Zielińska](https://dribbble.com/shots/6556907-Medicine-Reminder)\n\n## Author\n\nFreakyCoder, kurayogun@gmail.com\n\n## License\n\nReact Native Monthly is available under the MIT license. See the LICENSE file for more info.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fwrathchaos%2Freact-native-monthly","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fwrathchaos%2Freact-native-monthly","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fwrathchaos%2Freact-native-monthly/lists"}