gusparis / react-native-month-year-picker

React Native Month Picker component for iOS & Android
MIT License
106 stars 74 forks source link

How can i show months just number? #49

Closed caglardurmus closed 3 years ago

caglardurmus commented 3 years ago

I want to show number of months how can i do it?

gusparis commented 3 years ago

Hey @caglardurmus! Thanks for using the library. I could add a prop to handle that. Let me check.

gusparis commented 3 years ago

Saw your solution in the forked branch, but you limited to numbers. I'm working on an approach with an enum as a prop to select numbers or month names.

gusparis commented 3 years ago

:tada: This issue has been resolved in version 1.6.0 :tada:

The release is available on:

Your semantic-release bot :package::rocket: