HosseinShabani / react-native-modern-datepicker

A customizable calendar, time & month picker for React Native (including Persian Jalaali calendar & locale)
MIT License
578 stars 164 forks source link

Calendar direction is opposite. #23

Closed peeyush-sahu closed 4 years ago

peeyush-sahu commented 4 years ago

I think calendar direction is RTL by default. How to change that direction.

HosseinShabani commented 4 years ago

Direction depends on language , in Gregorian mode is LTR and we have reverse props for this topic

peeyush-sahu commented 4 years ago

Direction depends on language , in Gregorian mode is LTR and we have reverse props for this topic

No, I am talking about the direction of previous and next. For Example: The current month is May and to go to next month i.e. June the arrow should be on right side as per LTR but it is on left side. Look at below image. IMG_5082

peeyush-sahu commented 4 years ago

Why you closed the issue. First resolve it. I am creating new issue.