react-native-modal-datetime-picker

A React-Native datetime-picker for Android and iOS

MIT License

Downloads
1.3M
Stars
2.9K
Committers
97

Bot releases are hidden (Show)

react-native-modal-datetime-picker - v6.0.0

Published by mmazzarolo over 6 years ago

New major update πŸŽ‰

  • #171 Updated react-native-modal to support RN 0.56+ (by @thatjuan)
  • #167 Include locale DatePickerIOS prop type definition (by @kurniaeliazar)
  • #156 Add instructions for iOS's 24h (by @RocKhalil)
  • #151 Add minute interval to documentation (by @abarisic86)
  • #153 Fixed syntax error in example (by @madc)
react-native-modal-datetime-picker - v5.1.0

Published by mmazzarolo over 6 years ago

  • Added iPhone X support (#150 thanks @alimek)
react-native-modal-datetime-picker - v5.0.0

Published by mmazzarolo over 6 years ago

New major release!

  • Updated dependencies
  • Removed moment dependency πŸŽ‰ (thanks @anqqa)
  • Avoid to override method onDateChange on iOS (thanks @fabiopaiva)
  • Apply datePickerModeAndroid prop to TimePickerAndroid (thanks @0angelic0)
  • Apply datePickerModeAndroid prop to TimePickerAndroid. feeb67c
  • Avoid to override method onDateChange on iOS (thanks @fabiopaiva)
  • Make minuteInterval work for iOS DateTimePicker (thanks @antoxann96)
react-native-modal-datetime-picker - v4.13.0

Published by mmazzarolo about 7 years ago

Added the prop neverDisableConfirmIOS ( #98 ) that solves issue #82.

Thanks @thurber for the contribution!

react-native-modal-datetime-picker - v4.12.0

Published by mmazzarolo about 7 years ago

  • Update CustomDatePickerIOS styling so it looks as close to the native UIActionSheet as possible #89
  • Updated Momentjs to 2.19.0 #92
  • Fix Android date in release mode #96

Thanks to @encosw, @mars-lan and @patlux for the contributions!

react-native-modal-datetime-picker - v4.11.0

Published by mmazzarolo about 7 years ago

  • Fixed DateTimePicker in 'time' mode resetting non-time portions of Date object #71 #80

Thanks to @j-wang, @jkdf2 and @erikaxel for the contribution.

react-native-modal-datetime-picker - v4.10.0

Published by mmazzarolo about 7 years ago

  • Added reactNativeModalPropsIOS for passing additional props to the modal that wraps the picker on IOS
  • Fix TypeScript typings #79
  • Fix typo that causes hour to be unset in Android datetime picker #74

Thanks to @Gerharddc and @oliveroneill for the contributions!

react-native-modal-datetime-picker - v4.9.0

Published by mmazzarolo about 7 years ago

Super small release:

  • Updated react-native-modal to ^1.5.0. No more prop-types warn! #66

Thanks @iRoachie for the PR!

react-native-modal-datetime-picker - v4.8.0

Published by mmazzarolo over 7 years ago

  • Fixed is24Hour param being ignored for datetime scenario #52
  • Fixed typings for optional onHideAfterConfirm #53
  • Changed default value of datePickerModeAndroid to default #58

Thanks to @bsonntag, @iRoachie and @raduflp for the contributions!

react-native-modal-datetime-picker - v4.7.0

Published by mmazzarolo over 7 years ago

  • Added onHideAfterConfirm #42 #46
  • Added contentContainerStyleIOS #44

Thanks to @CvBlixen, @ezha86 and @mars-lan for the PRs!

react-native-modal-datetime-picker - v4.6.0

Published by mmazzarolo over 7 years ago

  • Improved package.json by adding homepage and repository keys #38
  • We no longer allow a user to tap the confirm button unless picker = still #40
  • Moved the PropTypes to the new prop-types package
  • Added a precommit hooks that executes a lint test and uses prettier to style the content of src/
react-native-modal-datetime-picker - v4.5.0

Published by mmazzarolo over 7 years ago

  • Added typescript type definitions #37
  • Improved button styles on iOS #35

Thanks to @iRoachie and @mars-lan for the PRs!

react-native-modal-datetime-picker - v4.4.0

Published by mmazzarolo over 7 years ago

Updated example and fixed a bug (on react-native-modal) that showed the modal animation incorrectly.

react-native-modal-datetime-picker - v4.2.1

Published by mmazzarolo over 7 years ago

Moved react-native-animated-modal to react-native-modal.

react-native-modal-datetime-picker - v4.1.0

Published by mmazzarolo over 7 years ago

New features

Added the prop datePickerModeAndroid #23

Thanks to @kapilratnani!

react-native-modal-datetime-picker - v4.0.0

Published by mmazzarolo over 7 years ago

New features

  • Exposed the is24Hour prop for iOS (#11)
  • The date prop is now synced with the component state (making it a controlled component) (#18)

Thanks to @nikolaiwarner, @MJ0826 and @bitsal for contributing to this release!

react-native-modal-datetime-picker - v3.0.0

Published by mmazzarolo almost 8 years ago

New features

  • Added the prop minimumDate
  • Added the prop maximumDate

Thanks to @geekvijay and @Wadjetz!

react-native-modal-datetime-picker -

Published by mmazzarolo about 8 years ago

Breaking changes

  • The visible prop has been renamed to isVisible

New features

  • Added the prop customCancelButtonIOS
  • Added the prop customConfirmButtonIOS
  • Added the prop customTitleContainerIOS
  • Added the prop datePickerContainerStyleIOS

Thanks to @okipa for helping out

react-native-modal-datetime-picker -

Published by mmazzarolo about 8 years ago

Added datetime support, thanks to #1