hadimostafapour / react-native-calendars-persian

React Native Calendar Components 📆+ Jalali Calendar Support
MIT License
21 stars 11 forks source link

add current month and week number on top of agenda #1

Closed iamhaaamed closed 6 years ago

iamhaaamed commented 6 years ago

Hi, is it possible to add current month and week number of month on top of agenda? for example: هفته دوم خرداد هفته اول دی ...

hadimostafapour commented 6 years ago

Umm, No there is no way to do this by component itself, but you can add a listener to onDayChange onDayPress and get current selected date then simply use moment to format that date and display it before Agenda

<Text style={{}}>{this.state.formattedDayOfWeek}</Text>
<Agenda
 {...}
/>