rn-hjri-calendar

react-native component for hjri date picker & calendar, only js code


Keywords
react-native, datepicker, hjri, calendar, ios, android, hjri-calendar, hjri-date
License
MIT
Install
npm install rn-hjri-calendar@2.0.1

Documentation

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
@mustafaskyer