Skip to content

Release v2.0.1

Latest
Compare
Choose a tag to compare
@troberts-28 troberts-28 released this 03 Dec 11:39

🐛 Bug Fixes

  • 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.