Skip to content

Release v2.2.0

Latest
Compare
Choose a tag to compare
@troberts-28 troberts-28 released this 19 May 14:01

✨ Features

  • Added support for a 'days' picker (#55) @nicholasareed
  • Made it possible to adjust the deceleration rate of the FlatLists in the picker (#57) @Off2Race

⚠️ Changes

  • The Audio and Haptics props have been deprecated in favour of the generic pickerFeedback callback. This was largely due to latency issues with expo-av, which was being used to supply the audio feedback. We now recommend using react-native-audio-api to provide audio feedback (see docs).

📈 Improvements

  • Improved typing of DurationScroll callbacks
  • Removed problematic CustomFlatList typing.
  • Added full JSDocs to all utility functions.
  • Made ESLint work in example-expo project.

⚙️ Dev Setup Modifications

  • Updated the projcet to Yarn v4.9.1.
  • Updated deps in both the Expo (SDK 53) and Bare example projects.

Thanks @nicholasareed and @Off2Race for your contributions 👏👏👏