BugiDev / BugiDev/react-native-calendar-strip

Month name is not appearing

Open
#375 0 comments 0 reactions 0 assignees View on GitHub
Dominant language
JavaScript
Stars
976
Forks
336
PR merge metrics
No merged PRs in 30d

Description

Ekran Resmi 2024-01-26 11 09 53

As seen in the picture i cannot see the month's name , here is my code , appriciate all kinds of help. (I couldn't do the locale.js file i would like to get help )

```
onSelectedDate(item)}
innerStyle={styles.calendarStripInnerStyle}
calendarHeaderStyle={styles.heading}
calendarColor={'transparent'}
dateNameStyle={[globalStyle.cg, globalStyle.fs12]}
dateNumberStyle={[globalStyle.colorBlue, globalStyle.fs12]}
highlightDateNumberStyle={globalStyle.cw}
highlightDateNameStyle={globalStyle.cw}
highlightDateContainerStyle={styles.highlightDateContainerStyle}
disabledDateNameStyle={globalStyle.cg}
disabledDateNumberStyle={globalStyle.cg}
dayContainerStyle={[globalStyle.backgroundColorWhite]}
daySelectionAnimation={{
type: 'background',
duration: 300,
highlightColor: '#BCC2C5',
}}
/>
```

Contributor guide

Open the contributing guide

Research direction

Start with the supplied CalendarStrip usage and the locale.js file mentioned in the report. Check how the component obtains and displays the month name with these props, then verify the result by reproducing the example and confirming that the month name appears.

Written by the indexing model from the issue text.

Assessment

Tech stack
javascript, react-native
Domain
mobile
Issue type
Bug
Difficulty
3/5
Estimated time
1-2 days
Activity status
Stale
Clarity
Mostly clear
Newbie friendliness
35/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.