A fully customizable jalali datepicker that powered by jalali-moment
.
You can install the package by the command:
npm install react-native-jalali-picker --save
⚠ caution: To use the lib, you must to install jalali-moment
lib. To install it run the command:
npm install jalali-moment
import Datepicker from 'react-native-jalali-picker';
<Datepicker
placeholder="picker placeholder"
onChange={console.log}
/>
In current, the only supported platform for the lib is android
.
Other platforms will be develop soon !