The Wayback Machine - https://web.archive.org/web/20220721213953/https://github.com/topics/datepicker-component
Skip to content
#

datepicker-component

Here are 83 public repositories matching this topic...

sto3psl
sto3psl commented Sep 22, 2020

Describe the bug
Currently @duetds/date-picker does not work with Rollup (or I didn't get it to).
The problem appears to be a dynamic import statement with a template string:

return import(`./${bundleId}.entry.js${""}`);

Rollup seems to ignore these imports: "Dynamic imports on runtime are ignored by Rollup #2463"

**To

documentation good first issue

React Native Date Picker is datetime picker for Android and iOS. It includes date, time and datetime picker modes. The datepicker is customizable and is supporting different languages. It's written with native code to achieve the best possible look, feel and performance.

  • Updated Jul 18, 2022
  • Java

Improve this page

Add a description, image, and links to the datepicker-component topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the datepicker-component topic, visit your repo's landing page and select "manage topics."

Learn more