Skip to content

MortezaHeydari97/react-native-jalali-datepicker

Repository files navigation

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 !