1.1.4 • Published 4 years ago
rn-datepicker-jalali v1.1.4
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"));