Skip to content

React Native app implementing a Gregorian and Hijri calendars, will extract code into an npm package once done

License

Notifications You must be signed in to change notification settings

mh-daoud/react-native-nt-calendar

Repository files navigation

react-native-nt-calendar

What is this ?

React native calendar supporting Hijri and Gregorian calendar systems, highly customizable and with zero dependency on date libraries like moment or day js

Why create this and not use an already existing package ?

for two main reasons

  • First the other alternative packages does not support Hijri calendar.
  • Second this will be designed to support the ability to modify the Calendar component designs and also the whole layout of the calendar.
  • Thrid (extra): is that the most used and recommend component till the create of this repo was created by a team that I don't want to use their products or services for personal reasons.

and mostly becuase I want to

Installation

npm install react-native-nt-calendar

Usage

import NTCalendar, {NTCalendarType} from 'react-native-nt-calendar';

// ...

<NTCalendar calendarType={NTCalendarType.Hijri} />

Props

coming soon!!

Contributing

See the contributing guide to learn how to contribute to the repository and the development workflow.

License

MIT

About

React Native app implementing a Gregorian and Hijri calendars, will extract code into an npm package once done

Resources

License

Code of conduct

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published