You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+3Lines changed: 3 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -495,6 +495,9 @@ The following custom styles can be supplied to re-style the component in any way
495
495
| disabledPickerItem | Style for any numbers outside any set limits | TextStyle |
496
496
| disabledPickerContainer | Style for disabled pickers | ViewStyle |
497
497
| pickerGradientOverlay | Style for the gradient overlay (fade out) | ViewStyle |
498
+
| durationScrollFlatList | Style for the Flatlist in each picker | ViewStyle |
499
+
| durationScrollFlatListContainer | Style for the View that contains the Flatlist in each picker | ViewStyle |
500
+
| durationScrollFlatListContentContainer | Style for the Flatlist's `contentContainerStyle` prop in each picker | ViewStyle |
498
501
499
502
Note the minor limitations to the allowed styles for `pickerContainer` and `pickerItemContainer`. These are made because these styles are used for internal calculations and all possible `backgroundColor`/`height` types are not supported.
0 commit comments