Skip to content

Commit 92bcb74

Browse files
committed
Merge branch 'release/v1.10.0'
2 parents 1b58406 + 52c5f01 commit 92bcb74

File tree

8 files changed

+12515
-18601
lines changed

8 files changed

+12515
-18601
lines changed

.gitignore

-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
node_modules
22
.expo
3-
example/src*
43
dist
54
*.tgz
65
android

README.md

+3
Original file line numberDiff line numberDiff line change
@@ -439,6 +439,9 @@ return (
439439
| hourLabel | Label for the hours picker | String \| React.ReactElement | h | false |
440440
| minuteLabel | Label for the minutes picker | String \| React.ReactElement | m | false |
441441
| secondLabel | Label for the seconds picker | String \| React.ReactElement | s | false |
442+
| padHoursWithZero | Pad single-digit hours in the picker with a zero | Boolean | false | false |
443+
| padMinutesWithZero | Pad single-digit minutes in the picker with a zero | Boolean | true | false |
444+
| padSecondsWithZero | Pad single-digit seconds in the picker with a zero | Boolean | true | false |
442445
| padWithNItems | Number of items to pad the picker with on either side | Number | 1 | false |
443446
| aggressivelyGetLatestDuration | Set to True to ask DurationScroll to aggressively update the latestDuration ref | Boolean | false | false |
444447
| allowFontScaling | Allow font in the picker to scale with accessibility settings | Boolean | false | false |

example/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -10,12 +10,12 @@
1010
},
1111
"dependencies": {
1212
"@expo/vector-icons": "^14.0.0",
13-
"expo": "~51.0.14",
13+
"expo": "~51.0.20",
1414
"expo-av": "~14.0.5",
1515
"expo-haptics": "~13.0.1",
1616
"expo-linear-gradient": "~13.0.2",
1717
"react": "18.2.0",
18-
"react-native": "0.74.2"
18+
"react-native": "0.74.3"
1919
},
2020
"devDependencies": {
2121
"@babel/core": "^7.24.0",

0 commit comments

Comments
 (0)