Skip to content

Commit

Permalink
Merge branch 'release/v1.10.0'
Browse files Browse the repository at this point in the history
  • Loading branch information
troberts-28 committed Jul 13, 2024
2 parents 1b58406 + 52c5f01 commit 92bcb74
Show file tree
Hide file tree
Showing 8 changed files with 12,515 additions and 18,601 deletions.
1 change: 0 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
node_modules
.expo
example/src*
dist
*.tgz
android
Expand Down
3 changes: 3 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -439,6 +439,9 @@ return (
| hourLabel | Label for the hours picker | String \| React.ReactElement | h | false |
| minuteLabel | Label for the minutes picker | String \| React.ReactElement | m | false |
| secondLabel | Label for the seconds picker | String \| React.ReactElement | s | false |
| padHoursWithZero | Pad single-digit hours in the picker with a zero | Boolean | false | false |
| padMinutesWithZero | Pad single-digit minutes in the picker with a zero | Boolean | true | false |
| padSecondsWithZero | Pad single-digit seconds in the picker with a zero | Boolean | true | false |
| padWithNItems | Number of items to pad the picker with on either side | Number | 1 | false |
| aggressivelyGetLatestDuration | Set to True to ask DurationScroll to aggressively update the latestDuration ref | Boolean | false | false |
| allowFontScaling | Allow font in the picker to scale with accessibility settings | Boolean | false | false |
Expand Down
4 changes: 2 additions & 2 deletions example/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,12 +10,12 @@
},
"dependencies": {
"@expo/vector-icons": "^14.0.0",
"expo": "~51.0.14",
"expo": "~51.0.20",
"expo-av": "~14.0.5",
"expo-haptics": "~13.0.1",
"expo-linear-gradient": "~13.0.2",
"react": "18.2.0",
"react-native": "0.74.2"
"react-native": "0.74.3"
},
"devDependencies": {
"@babel/core": "^7.24.0",
Expand Down
Loading

0 comments on commit 92bcb74

Please sign in to comment.