BugiDev / BugiDev/react-native-calendar-strip
Month name is not appearing
- Dominant language
- JavaScript
- Stars
- 976
- Forks
- 336
- PR merge metrics
- No merged PRs in 30d
Description
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
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