react-native-modern-datepicker icon indicating copy to clipboard operation
react-native-modern-datepicker copied to clipboard

A customizable calendar, time & month picker for React Native (including Persian Jalaali calendar & locale)

Results 100 react-native-modern-datepicker issues
Sort by recently updated
recently updated
newest added

Hello, is it possible to get year clickable functionality to display years on grids? Because I click on year I'm not be able to delete the first number ("1" or...

I was getting this error in my React Native project -- ERROR Warning: Header: Support for defaultProps will be removed from function components in a future major release. Use JavaScript...

When opening the DatePicker, metro displays a warning : "Support for defaultProps will be removed from function components in a future major release. Use JavaScript default parameters instead." "react-native" :...

Attempts to solve the warning "Support for defaultProps will be removed from function components in a future major release. Use JavaScript default parameters instead." when using more recent versions of...

This code decides whether a particular month should be marked disabled based with support for Gregorian or Jalali months. A month and arrow is disabled when all days in that...

The `getFormatedDate` method is misspelled. It should be `getFormattedDate`. Method is in - `src/utils.js`. To avoid breaking backward compatibility, I would suggest creating a second method with the correct spelling...

This pull request updates the react-native-modern-datepicker library to use default parameters instead of defaultProps for functional components.

For my app (react-native) I'm adding a date picking option to the input fields, for this I am using modern date picker. When building this in expo go, and opening...

**Describe the bug** When I use the dayNamesShort configuration with the array ["D", "S", "T", "Q", "Q", "S", "S"], React Native throws a warning that the same key has been...