farhoudshapouran / react-native-ui-datepicker

Customizable React Native 📅 DatePicker component for Android, iOS, and Web. It includes single, range and multiple modes and supports different locales.
https://farhoudshapouran.github.io/react-native-ui-datepicker/
MIT License
272 stars 28 forks source link

Select time issue #74

Closed mauro-ferrario closed 1 month ago

mauro-ferrario commented 4 months ago

Hi added DateTimePicker in my project setting timePicker to true but when I try to change the time and move between the numberts all appears very slow and very hard to use. The same behaviour on Android simulator and real device.

AndrijVasyliev commented 3 months ago

Same issue here

EmanuelOcampo commented 3 months ago

same issue here

mlhtnc commented 3 months ago

I have got the same issue on emulator, not tested on a real device yet

Edit: When i got a build, it is faster enough on emulator (high-end device) imo.

mlhtnc commented 3 months ago

I have got the same issue on emulator, not tested on a real device yet

Edit: When i got a build, it is faster enough on emulator (high-end device) imo.

On android real device (low-end), it responds to scrolls after 2 seconds. It's almost impossible to use. Is there any performance improvement that I can apply?

asergb-churon commented 2 months ago

same issue for me, for web + android. my android phone is oppo reno5g 6 (2 years), my laptop is about 10 years old? but somehow my laptop handles this better than my phone, so i'm suspecting performance / optimization issues.

probably why this flag isn't included in the documentation (only shown used in example code)

works very fine in chrome lmao

kavinraju commented 2 months ago

I am also facing the same issue. Its very slow in actual device (both android & iOS), but in simulator(iPhone 15) its working better than actual device, which is again little laggy. I have noticed few of the previous issues mentioning that this issue is fixed, but it's still persisting.

fahdmk commented 2 months ago

i have the same issue here still very laggy is there a solution?

farhoudshapouran commented 1 month ago

Please upgrade to the latest version I changed the time picker component. https://github.com/farhoudshapouran/react-native-ui-datepicker/commit/e7d93648680d4f10ee5aec77244d633abe128254

Jhh910 commented 2 weeks ago

Please upgrade to the latest version I changed the time picker component. e7d9364

"react-native-ui-datepicker": "^2.0.3", This is still the issue with the latest version

Jhh910 commented 2 weeks ago

same issue for me, for web + android. my android phone is oppo reno5g 6 (2 years), my laptop is about 10 years old? but somehow my laptop handles this better than my phone, so i'm suspecting performance / optimization issues.

probably why this flag isn't included in the documentation (only shown used in example code)

works very fine in chrome lmao Did you solve it? "react-native-ui-datepicker": "^2.0.3", This is still the issue with the latest version