1.0.6 • Published 11 months ago

react-native-dynamic-date-input v1.0.6

Weekly downloads
-
License
ISC
Repository
github
Last release
11 months ago
  • A react native custom component of a dynamic date input with debounce for the final output and automatic focus for the next input., in typescript.

  • It comes with a built-in TypeScript typings and is compatible with all popular JavaScript frameworks. You can use it directly or leverage well-maintained wrapper packages that allow for a more native integration with your frameworks of choice.

Example:

npm.io

How to use:

import DateInput from 'react-native-dynamic-date-input';

   <DateInput
        onComplete={(text) => {
          console.log("date ", text);
        }}
      />

DateInput Props -

NameTypeDefault
onComplete(date: string) => void
viewStyle?ViewStyle
inputStyle?ViewStyle
inputDayProps?TextInputProps
inputMonthProps?TextInputProps
inputYearProps?TextInputProps
debounceDelay?number
onWrongInput?() => void
1.0.6

11 months ago

1.0.5

11 months ago

1.0.4

12 months ago

1.0.3

12 months ago

1.0.2

12 months ago

1.0.1

12 months ago

1.0.0

12 months ago