Skip to content

ericmorgan1/react-native-birthday-picker

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 

Repository files navigation

react-native-birthday-picker

React Native DatePicker with an optional year. Good for birthdays where sometimes you only know the month/day.

Usage

import BirthdayPicker from './BirthdayPicker';

<BirthdayPicker
  selectedYear={2018}
  selectedMonth={0}
  selectedDay={27}
  
  yearsBack={50}
  
  onYearValueChange={(year,i) => console.log("Year was changed to: ", year)}
  onMonthValueChange={(month,i) => console.log("Month was changed to: ", month)}
  onDayValueChange={(day,i) => console.log("Day was changed to: ", day)}
/>

About

React Native DatePicker with an optional year.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published