react-native-persian-calendar-picker
react-native-persian-calendar-picker copied to clipboard
initialDate can change default day and initialDate always set to today
hi i cant change the initialDate from today to selectedDay can u help me ?
I have the same problem
@Ehsan-Vaziri initialDate is a one time prop and it only affects the month rendered.
For example is you set it to new Date(2019, 9, 11, 0, 0, 0, 0)
, you will see Mehr
instead of current month which is Aban
.