gusparis / react-native-month-year-picker

React Native Month Picker component for iOS & Android
MIT License
105 stars 73 forks source link

scrolling month and year at a time picker getting freez #65

Closed nani0531 closed 3 years ago

nani0531 commented 3 years ago

@gusparis i tested the picker in different ways, it was getting freeze, when i start scrolling the date and year same time, after some time application getting closed

can you help me in it to fix this issue.

Thanks

gusparis commented 3 years ago

@nani0531 Hello! Platform?

nani0531 commented 3 years ago

@gusparis platform is android

gusparis commented 3 years ago

Because of the way it is implemented, it is possible for that to happen. Who scrolls both pickers at the same time anyway? 🤔

gusparis commented 3 years ago

Let me review it, but I don't know it is achievable without having to break the whole animation thread.

gusparis commented 3 years ago

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

The release is available on:

Your semantic-release bot :package::rocket: