Skip to content

Release v2.0.0

Compare
Choose a tag to compare
@troberts-28 troberts-28 released this 18 Nov 13:30
· 5 commits to main since this release

⚠️ 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 and maximumSeconds props to adjust the maximum possible value in each picker (#42) @makowskimichal
  • Added hourInterval, minuteInterval and secondInterval 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 and expo-haptics were supported) with the generic feedback callback pickerFeedback (#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 👏👏👏