Skip to content

Release v2.7.0

Latest

Choose a tag to compare

@troberts-28 troberts-28 released this 31 Aug 22:07
2dbd5a1

✨ Features

  • New separateAmPmPicker prop renders AM/PM as its own scrollable column, with the hour column showing 12, 1, 2, … 11 (#69).
  • hourLimit is honoured in separate AM/PM mode, greying and snapping hours against the selected half, including cross-midnight ranges.
  • New separateAmPmItem and selectedSeparateAmPmItem style keys, plus pickerColumnWidth.amPm.

⚙️ Dev Setup Modifications

  • Upgraded the expo example to Expo SDK 57 and react-native-audio-api to 0.13.3.
  • Unit tests now run on pull requests into develop.
  • CI and local dev moved to Node 24.