wix / react-native-calendars

React Native Calendar Components 🗓️ 📆
MIT License
9.52k stars 2.95k forks source link

Display always the same number of weeks on each month #1073

Open TomCorvus opened 4 years ago

TomCorvus commented 4 years ago

Hi :wave:

Description

Display always the same number of weeks on each month.

Observed Behavior

As you can see on the demo below, in March, 6 weeks are displayed and in April, 5 weeks are displayed. Is it possible to display always 6 weeks on each month to avoid a different height when we switch to another month?

Environment

Please run these commands in the project folder and fill in their results:

Reproducible Demo

https://snack.expo.io/@tom.corvus/ea5ce6

Thanks for your answer :+1:

chenei commented 4 years ago

Thanks for contributing. Please see my comments on the PR.