Saurabh Jarial

Results 5 issues of Saurabh Jarial

Typescript complains if I try to set `color` value on `textInputStye` prop because `ViewStyle` type does not support `color` and the correct value should be `StyleProp` as we are setting...

solves https://github.com/wix/react-native-calendars/issues/2280

The renderSectionHeader prop is not a custom property of AgendaList; it is expected to match the signature of the SectionList, which aligns with the current typing. It is also useful...

Solves https://github.com/wix/react-native-calendars/issues/2194

## Description Weekdays are not aligned with dates when `showWeekNumbers={true}` in `ExpandableCalendar` and the view is collapsed. ## Expected Behavior Either week numbers should be visible in `WeekCalender` so that...