gusparis / react-native-month-year-picker

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

this.props.onChange is not a function #33

Closed nolife08021 closed 3 years ago

nolife08021 commented 3 years ago

Error when i press the ok button.

Screen Shot 2020-09-07 at 10 32 01 AM

gusparis commented 3 years ago

@nolife08021 Thanks for using the library! You are not sending the onChange function to the component. Nevertheless, I marked that prop as optional in the README, so I should have to perform a check before firing it.

gusparis commented 3 years ago

@nolife08021 try new version (1.3.5). I made a null checking of onChange prop on #35