You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Fixed an issue that saw one of the pickers not always snapping to values inside TimerPickerModal. This was caused by a slight change in RN's FlatList between v0.74 and v0.76. The previous default styling led to the FlatList not always being able to accurately calculate its layout, which stopped the snapToOffsets prop working. The default styling has been altered and safeguards put in place to avoid people introducing the same issue with the customStyles prop.
Safeguarded against NaN inputs to initial values (and other variables). This previously caused a crash.