File tree 8 files changed +12515
-18601
lines changed
src/components/TimerPicker
8 files changed +12515
-18601
lines changed Original file line number Diff line number Diff line change 1
1
node_modules
2
2
.expo
3
- example /src *
4
3
dist
5
4
* .tgz
6
5
android
Original file line number Diff line number Diff line change @@ -439,6 +439,9 @@ return (
439
439
| hourLabel | Label for the hours picker | String \| React.ReactElement | h | false |
440
440
| minuteLabel | Label for the minutes picker | String \| React.ReactElement | m | false |
441
441
| 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 |
442
445
| padWithNItems | Number of items to pad the picker with on either side | Number | 1 | false |
443
446
| aggressivelyGetLatestDuration | Set to True to ask DurationScroll to aggressively update the latestDuration ref | Boolean | false | false |
444
447
| allowFontScaling | Allow font in the picker to scale with accessibility settings | Boolean | false | false |
Original file line number Diff line number Diff line change 10
10
},
11
11
"dependencies" : {
12
12
"@expo/vector-icons" : " ^14.0.0" ,
13
- "expo" : " ~51.0.14 " ,
13
+ "expo" : " ~51.0.20 " ,
14
14
"expo-av" : " ~14.0.5" ,
15
15
"expo-haptics" : " ~13.0.1" ,
16
16
"expo-linear-gradient" : " ~13.0.2" ,
17
17
"react" : " 18.2.0" ,
18
- "react-native" : " 0.74.2 "
18
+ "react-native" : " 0.74.3 "
19
19
},
20
20
"devDependencies" : {
21
21
"@babel/core" : " ^7.24.0" ,
You can’t perform that action at this time.
0 commit comments