rn-datepicker-jalali
v1.1.4
Published
first version
Downloads
6
Maintainers
Readme
RN-DATEPICKER-JALALI
Installation
$ npm install rn-datepicker-jalali
Date Picker
| props | type | default | | ------------------- | ----------------------------------- | ------------------------------------------------------------------------------------------------------------------- | | open | boolean | | | range | boolean | | | onChange | function | (value) => {} | | onClose | function |
usage
import React from "react";
import DatePicker from "rn-datepicker-jalali";
render(<DatePicker />, document.getElementById("root"));