wix/react-native-calendars

React Native Calendar Components 🗓️ 📆

View on GitHub ↗Jump to charts ↓

Summary Information

Updated 27 minutes ago
Added to GitGenius on September 6th, 2026
Created on November 11th, 2016
Open Issues & Pull Requests: 148 (+0)
GitHub issues: Enabled
Number of forks: 3,063
Total Stargazers: 10,311 (+0)
Total Subscribers: 331 (+0)

Repository Insights (GitGenius)

Median issue/PR response: 12.9 days
Mean response time: 81.1 days
90th percentile: 233.7 days
Tracked items: 283

How this project is maintained

Around half of the issues opened in the past year never receive a reply. 100% of open issues come from outside the core team, so the backlog reflects real-world use rather than internal planning. Only 3% of issues opened in the past year have been closed.

Charts & Analytics

Fetching additional details & charts...

Issue Activity (beta)

Open issues: 49
New in 7 days: 1
Closed in 7 days: 0
Avg open age: 846 days
Stale 30+ days: 48
Stale 90+ days: 46

Recent activity

Opened in 7 days: 1
Closed in 7 days: 0
Comments in 7 days: 0
Events in 7 days: 0

Top labels

  • stale (325)
  • Feature request (12)
  • Performance (4)
  • Bug report (3)
  • Question (2)

Most active issues this week

No issue events were indexed in the last 7 days.

Detailed Description

React Native Calendars is a declarative cross-platform calendar component library for React Native applications on iOS and Android.

The library solves the problem of building calendar interfaces in React Native by providing a pure JavaScript implementation that requires no native code linking. It offers multiple marking styles including dot, multi-dot, period, and multi-period marking, along with custom marking capabilities. The component supports swipeable interactions, date selection, locale-aware formatting, and the ability to allow or block specific dates. Customization extends to styling, content rendering for days and months, and global theming.

Developers should choose this library if they need a calendar component that works across both iOS and Android without ejecting from Expo or Create React Native App. It suits projects requiring flexible date marking, scrollable calendar views, and agenda-style layouts. The library provides an Agenda component alongside standard Calendar views and supports horizontal scrolling variants. The official documentation site offers detailed guidance beyond the README examples, and a published Expo example allows testing before integration.

The project maintains active engagement with contributors through a structured review process that emphasizes visual documentation via screenshots and GIFs in pull requests. The maintainers enforce code consistency by requesting that contributors run linting and tests before submission, and they explicitly discourage file formatting changes to keep the review process streamlined. The project welcomes feature requests and bug reports through its issue tracker, with contributors expected to provide clear titles and descriptions of proposed changes.