Skip to content

A react native custom component of dynamic spinner Datepicker, with initial date and animated scroll to it's position. the spinner is implemented as 3 animated wheels effect. Using Typescript in React native.

Notifications You must be signed in to change notification settings

ShellyAmbar/react-native-spinner-datepicker

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

  • A react native custom component of dynamic spinner Datepicker, with initial date and animated scroll to it's position. the spinner is implemented as 3 animated wheels effect.

  • It comes with a built-in TypeScript typings and is compatible with all popular JavaScript frameworks including React , Vue , Svelte , and Angular . You can use RN-Animated-Donut-Chart directly or leverage well-maintained wrapper packages that allow for a more native integration with your frameworks of choice.

examples:

How to use:

    <SpinnerDatePicker
        initialDate={new Date()}
        onSelectedDate={date => {
          console.log(date.toUTCString());
        }}
      />

Dataset Properties

Name Type Default
height number
onSelectedDate (date: Date) => void
initialDate Date

About

A react native custom component of dynamic spinner Datepicker, with initial date and animated scroll to it's position. the spinner is implemented as 3 animated wheels effect. Using Typescript in React native.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages