In react native app, i'm having a native datepicker component which uses the same calendar type as the device calendar type.
For ios device there are more calendar types Gregorian ,buddhist calendar..etc.
For example if user default device calendar type selected is buddhist calendar and in app it uses the same type. But i need app to always use the Gregorian calendar type regardless of the device calendar type.
Anyone please help me with this problem, Thanks.
Edited