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
275 stars 28 forks source link

BUG: Time MODE is very slow on any device and cannot set the time #31

Closed kesylo closed 8 months ago

kesylo commented 8 months ago

Hello @farhoudshapouran After some other tests, I noticed that when mode = "time", the time selector wheel is very slow. I checked on the following devices:

https://github.com/farhoudshapouran/react-native-ui-datepicker/assets/32457792/66068de3-fc51-41e2-83c7-d879b84ef910

farhoudshapouran commented 8 months ago

The problem with the time mode was fixed in the latest version, the time picker is slow in the emulator, but it has better performance on a real device

kavinraju commented 3 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.

Epiled commented 2 months ago

I am also experiencing the same issue when I try running tests on both an Android device and an Android simulator.