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
+1-3Lines changed: 1 addition & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -481,9 +481,7 @@ return (
481
481
| FlatList | FlatList component used internally to implement each picker (hour, minutes and seconds). More info [below](#custom-flatlist)|[react-native](https://reactnative.dev/docs/flatlist).FlatList |`FlatList` from `react-native`| false |
482
482
| clickSoundAsset | Custom sound asset for click sound (required for offline click sound - download default [here](https://drive.google.com/uc?export=download&id=10e1YkbNsRh-vGx1jmS1Nntz8xzkBp4_I)) | require(.../somefolderpath) or {uri: www.someurl}| - | false |
483
483
| pickerContainerProps | Props for the picker container |`React.ComponentProps<typeof View>`| - | false |
484
-
| pickerGradientOverlayProps | Props for both gradient overlays |`Partial<LinearGradientProps>`| - | false |
485
-
| topPickerGradientOverlayProps | Props for the top gradient overlay |`Partial<LinearGradientProps>`| - | false |
486
-
| bottomPickerGradientOverlayProps | Props for the bottom gradient overlay |`Partial<LinearGradientProps>`| - | false |
484
+
| pickerGradientOverlayProps | Props for the gradient overlay (supply a different `locations` array to adjust its position) overlays |`Partial<LinearGradientProps>`| - | false |
487
485
| styles | Custom styles for the timer picker |[CustomTimerPickerStyles](#custom-styles-)| - | false |
0 commit comments