Skip to content

iiqbalt/react-native-simple-month-year-picker

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 

Repository files navigation

react-native-simple-month-year-picker

Simple react native month year picker with modal

Simple react native month year picker with modal is a simple component inspired from react-native-month-picker.

install

npm install react-native-simple-month-year-picker --save

how to use

import MonthYearPicker from 'react-native-simple-month-year-picker';
<MonthYearPicker
    isShow={isShow}
    close={() => setIsShow(false)} //setState isShow to false
    onChangeYear={(year) => console.log(year)}
    onChangeMonth={(month) => {
        console.log(month)
    }}
/>

About

Simple react native month year picker with modal

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published