Is this fully compatible with React Native New Architecture (Fabric / TurboModules)?
I’m using Expo SDK 56.0.12 and I notice that the TimePicker interaction (hour/minute selector wheel) does not follow the finger smoothly when dragging.
There are no additional state updates or heavy UI logic involved in my screen. The issue is purely in the gesture responsiveness of the picker itself.
FPS remains stable, but the visual tracking of the selection feels slightly delayed or less responsive compared to expected native-like behavior.
Is this fully compatible with React Native New Architecture (Fabric / TurboModules)?
I’m using Expo SDK 56.0.12 and I notice that the TimePicker interaction (hour/minute selector wheel) does not follow the finger smoothly when dragging.
There are no additional state updates or heavy UI logic involved in my screen. The issue is purely in the gesture responsiveness of the picker itself.
FPS remains stable, but the visual tracking of the selection feels slightly delayed or less responsive compared to expected native-like behavior.