Release v2.0.0
⚠️ Breaking Changes
- Increased package peer dependency versions of React Native and React to
>=v0.72.0
and>=18.2.0
, respectively, to reflect an incompatibility with prior React Native versions (#32)
✨ Features
- Tested and working on the new architecture in both Expo and bare React Native projects (#37)
- Introduced
maximumHours
,maximumMinutes
andmaximumSeconds
props to adjust the maximum possible value in each picker (#42) @makowskimichal - Added
hourInterval
,minuteInterval
andsecondInterval
props to adjust the interval between values in each picker (#39) @OmerToledo - Made it possible to use any type of audio/haptic library for picker feedback (previously only
expo-av
andexpo-haptics
were supported) with the generic feedback callbackpickerFeedback
(#41) @danielreuterwall
⚙️ Dev Setup Modifications
- Migrated the project to Yarn
v3.6.4
and configured the two examples as workspaces within the outer project.
Thanks @makowskimichal, @OmerToledo and @danielreuterwall for your contributions 👏👏👏