Skip to content

Latest commit

 

History

History
23 lines (19 loc) · 514 Bytes

README.md

File metadata and controls

23 lines (19 loc) · 514 Bytes
React Native Hjri Calendar (Picker)
Usage
import RnHjriDatePicker from "rn-hjri-calendar";
<RnHjriDatePicker
        onDone={d => {
          setShowModal(false);
          setDate(d);
        }}
        visible={showModal}
        doneText={"تم"}
        sep1style={{}}
        sep2style={{}}
        closeText={"اغلاق"}
        yearsTitle={"اختر السنة"}
      />
other info will update later