Feature Request
Why it is needed
There are some other calendar types such as Shamsi (mostly used in Iran and Afghanistan). Currently, there is no complete and fully customizable component for Shamsi type which looks native.
Possible implementation
We can add it to the components (maybe via a calendarType prop. I also found this component for android which i can create a wrapper for it if it's needed. For iOS, AFAIK, we can customize the locale by locale prop which is already implemented (here) - [Source]
Code sample
<RNDateTimePicker calendarType='shamsi' />
Any ideas?
Feature Request
Why it is needed
There are some other calendar types such as Shamsi (mostly used in Iran and Afghanistan). Currently, there is no complete and fully customizable component for Shamsi type which looks native.
Possible implementation
We can add it to the components (maybe via a
calendarTypeprop. I also found this component for android which i can create a wrapper for it if it's needed. For iOS, AFAIK, we can customize the locale bylocaleprop which is already implemented (here) - [Source]Code sample
Any ideas?