Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: react-native-datetimepicker/datetimepicker
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v7.4.1
Choose a base ref
...
head repository: react-native-datetimepicker/datetimepicker
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v7.4.2
Choose a head ref
  • 2 commits
  • 2 files changed
  • 2 contributors

Commits on Aug 23, 2023

  1. Copy the full SHA
    c2d9a6e View commit details
  2. chore(release): 7.4.2 [skip ci]

    ## [7.4.2](v7.4.1...v7.4.2) (2023-08-23)
    
    ### Bug Fixes
    
    * **ios:** add countdown to UIDatePickerMode converter  ([#804](#804)) ([c2d9a6e](c2d9a6e))
    semantic-release-bot committed Aug 23, 2023
    Copy the full SHA
    d81632b View commit details
Showing with 2 additions and 1 deletion.
  1. +1 −0 ios/RNDateTimePickerManager.m
  2. +1 −1 package.json
1 change: 1 addition & 0 deletions ios/RNDateTimePickerManager.m
Original file line number Diff line number Diff line change
@@ -25,6 +25,7 @@ @implementation RCTConvert(UIDatePicker)
@"time": @(UIDatePickerModeTime),
@"date": @(UIDatePickerModeDate),
@"datetime": @(UIDatePickerModeDateAndTime),
@"countdown": @(UIDatePickerModeCountDownTimer),
}), UIDatePickerModeTime, integerValue)


2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@react-native-community/datetimepicker",
"version": "7.4.1",
"version": "7.4.2",
"description": "DateTimePicker component for React Native",
"main": "./src/index.js",
"types": "src/index.d.ts",