React Native Date Picker Versions Save

React Native Date Picker is datetime picker for Android and iOS. It includes date, time and datetime picker modes. The datepicker is customizable and is supporting different languages. It's written with native code to achieve the best possible look, feel and performance.

5.0.2

3 weeks ago

What's Changed

Full Changelog: https://github.com/henninghall/react-native-date-picker/compare/5.0.1...5.0.2

5.0.1

1 month ago

What's Changed

New Contributors

Full Changelog: https://github.com/henninghall/react-native-date-picker/compare/5.0.0...5.0.1

5.0.0

1 month ago

How to upgrade

  • No breaking javascript code changes.
  • Typescript users: Remove props that's no longer supported.

Breaking

  • Removed androidVariant prop. From now on only nativeAndroid variant is supported, iosClone is removed.
  • Removed fadeToColor prop. No need for this since iosClone variant is no longer supported.
  • Removed dividerHeight prop. No need for this since iosClone variant is no longer supported.
  • Removed textColor prop. Use theme prop to make text dark or light if defaults aren't good enough. Remove because of inconsistent iOS support.

Features

  • Added buttonColor prop. Easier to use than the previously suggested method of changing Android xml config.
  • Added dividerColor prop. Easier to use than the previously suggested method of changing Android xml config.

Improvements

  • Increased fling velocity of the previously called nativeAndroid picker. It roughly matches the previously called iosClone's fling velocity.
  • Internally exposed an improved version of the core android NumberPicker component. Patched from Android source code. Enables more internal modifications of the core component than previously possible.
  • Removed dependency of maven and NumberPickerView android third party component.

Full Changelog: https://github.com/henninghall/react-native-date-picker/compare/4.4.2...5.0.0

4.4.2

1 month ago

What's Changed

Full Changelog: https://github.com/henninghall/react-native-date-picker/compare/4.4.1...4.4.2

4.4.1

1 month ago

What's Changed

New Contributors

Full Changelog: https://github.com/henninghall/react-native-date-picker/compare/4.4.0...4.4.1

4.4.0

2 months ago

4.3.7

2 months ago

What's Changed

Full Changelog: https://github.com/henninghall/react-native-date-picker/compare/4.3.6...4.3.7

4.3.6

3 months ago

What's Changed

New Contributors

Full Changelog: https://github.com/henninghall/react-native-date-picker/compare/4.3.5...4.3.6

4.3.5

4 months ago

What's Changed

Full Changelog: https://github.com/henninghall/react-native-date-picker/compare/4.3.4...4.3.5

4.3.4

5 months ago

What's Changed

New Contributors

Full Changelog: https://github.com/henninghall/react-native-date-picker/compare/4.3.3...4.3.4