react-native-jalali-picker
v0.0.3
Published
A fully customizable jalali datepicker that powered by [`jalali-moment`](https://www.npmjs.com/package/jalali-moment).
Downloads
40
Maintainers
Readme
React Native Jalali Picker
A fully customizable jalali datepicker that powered by jalali-moment
.
Installation
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
Usage
import Datepicker from 'react-native-jalali-picker';
<Datepicker
placeholder="picker placeholder"
onChange={console.log}
/>
Supported Platforms
In current, the only supported platform for the lib is android
.
Other platforms will be develop soon !