✨ 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
andHaptics
props have been deprecated in favour of the genericpickerFeedback
callback. This was largely due to latency issues withexpo-av
, which was being used to supply the audio feedback. We now recommend usingreact-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 👏👏👏