react-native-timer-picker 2.5.0 → 2.6.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (171) hide show
  1. package/README.md +22 -13
  2. package/package.json +143 -126
  3. package/dist/commonjs/components/DurationScroll/DurationScroll.js +0 -405
  4. package/dist/commonjs/components/DurationScroll/DurationScroll.js.map +0 -1
  5. package/dist/commonjs/components/DurationScroll/index.js +0 -27
  6. package/dist/commonjs/components/DurationScroll/index.js.map +0 -1
  7. package/dist/commonjs/components/DurationScroll/types.js +0 -6
  8. package/dist/commonjs/components/DurationScroll/types.js.map +0 -1
  9. package/dist/commonjs/components/Modal/Modal.js +0 -107
  10. package/dist/commonjs/components/Modal/Modal.js.map +0 -1
  11. package/dist/commonjs/components/Modal/index.js +0 -27
  12. package/dist/commonjs/components/Modal/index.js.map +0 -1
  13. package/dist/commonjs/components/Modal/styles.js +0 -25
  14. package/dist/commonjs/components/Modal/styles.js.map +0 -1
  15. package/dist/commonjs/components/Modal/types.js +0 -6
  16. package/dist/commonjs/components/Modal/types.js.map +0 -1
  17. package/dist/commonjs/components/PickerItem/PickerItem.js +0 -47
  18. package/dist/commonjs/components/PickerItem/PickerItem.js.map +0 -1
  19. package/dist/commonjs/components/PickerItem/index.js +0 -14
  20. package/dist/commonjs/components/PickerItem/index.js.map +0 -1
  21. package/dist/commonjs/components/TimerPicker/TimerPicker.js +0 -240
  22. package/dist/commonjs/components/TimerPicker/TimerPicker.js.map +0 -1
  23. package/dist/commonjs/components/TimerPicker/index.js +0 -39
  24. package/dist/commonjs/components/TimerPicker/index.js.map +0 -1
  25. package/dist/commonjs/components/TimerPicker/styles.js +0 -130
  26. package/dist/commonjs/components/TimerPicker/styles.js.map +0 -1
  27. package/dist/commonjs/components/TimerPicker/types.js +0 -6
  28. package/dist/commonjs/components/TimerPicker/types.js.map +0 -1
  29. package/dist/commonjs/components/TimerPickerModal/TimerPickerModal.js +0 -153
  30. package/dist/commonjs/components/TimerPickerModal/TimerPickerModal.js.map +0 -1
  31. package/dist/commonjs/components/TimerPickerModal/index.js +0 -39
  32. package/dist/commonjs/components/TimerPickerModal/index.js.map +0 -1
  33. package/dist/commonjs/components/TimerPickerModal/styles.js +0 -89
  34. package/dist/commonjs/components/TimerPickerModal/styles.js.map +0 -1
  35. package/dist/commonjs/components/TimerPickerModal/types.js +0 -6
  36. package/dist/commonjs/components/TimerPickerModal/types.js.map +0 -1
  37. package/dist/commonjs/index.js +0 -57
  38. package/dist/commonjs/index.js.map +0 -1
  39. package/dist/commonjs/tests/DurationScroll.test.js +0 -163
  40. package/dist/commonjs/tests/DurationScroll.test.js.map +0 -1
  41. package/dist/commonjs/tests/Modal.test.js +0 -99
  42. package/dist/commonjs/tests/Modal.test.js.map +0 -1
  43. package/dist/commonjs/tests/TimerPicker.test.js +0 -169
  44. package/dist/commonjs/tests/TimerPicker.test.js.map +0 -1
  45. package/dist/commonjs/tests/TimerPickerModal.test.js +0 -276
  46. package/dist/commonjs/tests/TimerPickerModal.test.js.map +0 -1
  47. package/dist/commonjs/tests/colorToRgba.test.js +0 -176
  48. package/dist/commonjs/tests/colorToRgba.test.js.map +0 -1
  49. package/dist/commonjs/tests/generateNumbers.test.js +0 -350
  50. package/dist/commonjs/tests/generateNumbers.test.js.map +0 -1
  51. package/dist/commonjs/tests/getAdjustedLimit.test.js +0 -324
  52. package/dist/commonjs/tests/getAdjustedLimit.test.js.map +0 -1
  53. package/dist/commonjs/tests/getDurationAndIndexFromScrollOffset.test.js +0 -424
  54. package/dist/commonjs/tests/getDurationAndIndexFromScrollOffset.test.js.map +0 -1
  55. package/dist/commonjs/tests/getInitialScrollIndex.test.js +0 -396
  56. package/dist/commonjs/tests/getInitialScrollIndex.test.js.map +0 -1
  57. package/dist/commonjs/tests/getSafeInitialValue.test.js +0 -497
  58. package/dist/commonjs/tests/getSafeInitialValue.test.js.map +0 -1
  59. package/dist/commonjs/tests/padNumber.test.js +0 -301
  60. package/dist/commonjs/tests/padNumber.test.js.map +0 -1
  61. package/dist/commonjs/utils/colorToRgba.js +0 -87
  62. package/dist/commonjs/utils/colorToRgba.js.map +0 -1
  63. package/dist/commonjs/utils/generateNumbers.js +0 -124
  64. package/dist/commonjs/utils/generateNumbers.js.map +0 -1
  65. package/dist/commonjs/utils/getAdjustedLimit.js +0 -58
  66. package/dist/commonjs/utils/getAdjustedLimit.js.map +0 -1
  67. package/dist/commonjs/utils/getDurationAndIndexFromScrollOffset.js +0 -62
  68. package/dist/commonjs/utils/getDurationAndIndexFromScrollOffset.js.map +0 -1
  69. package/dist/commonjs/utils/getInitialScrollIndex.js +0 -57
  70. package/dist/commonjs/utils/getInitialScrollIndex.js.map +0 -1
  71. package/dist/commonjs/utils/getSafeInitialValue.js +0 -41
  72. package/dist/commonjs/utils/getSafeInitialValue.js.map +0 -1
  73. package/dist/commonjs/utils/padNumber.js +0 -40
  74. package/dist/commonjs/utils/padNumber.js.map +0 -1
  75. package/dist/module/components/DurationScroll/DurationScroll.js +0 -397
  76. package/dist/module/components/DurationScroll/DurationScroll.js.map +0 -1
  77. package/dist/module/components/DurationScroll/index.js +0 -3
  78. package/dist/module/components/DurationScroll/index.js.map +0 -1
  79. package/dist/module/components/DurationScroll/types.js +0 -2
  80. package/dist/module/components/DurationScroll/types.js.map +0 -1
  81. package/dist/module/components/Modal/Modal.js +0 -99
  82. package/dist/module/components/Modal/Modal.js.map +0 -1
  83. package/dist/module/components/Modal/index.js +0 -3
  84. package/dist/module/components/Modal/index.js.map +0 -1
  85. package/dist/module/components/Modal/styles.js +0 -19
  86. package/dist/module/components/Modal/styles.js.map +0 -1
  87. package/dist/module/components/Modal/types.js +0 -2
  88. package/dist/module/components/Modal/types.js.map +0 -1
  89. package/dist/module/components/PickerItem/PickerItem.js +0 -40
  90. package/dist/module/components/PickerItem/PickerItem.js.map +0 -1
  91. package/dist/module/components/PickerItem/index.js +0 -2
  92. package/dist/module/components/PickerItem/index.js.map +0 -1
  93. package/dist/module/components/TimerPicker/TimerPicker.js +0 -232
  94. package/dist/module/components/TimerPicker/TimerPicker.js.map +0 -1
  95. package/dist/module/components/TimerPicker/index.js +0 -4
  96. package/dist/module/components/TimerPicker/index.js.map +0 -1
  97. package/dist/module/components/TimerPicker/styles.js +0 -123
  98. package/dist/module/components/TimerPicker/styles.js.map +0 -1
  99. package/dist/module/components/TimerPicker/types.js +0 -2
  100. package/dist/module/components/TimerPicker/types.js.map +0 -1
  101. package/dist/module/components/TimerPickerModal/TimerPickerModal.js +0 -145
  102. package/dist/module/components/TimerPickerModal/TimerPickerModal.js.map +0 -1
  103. package/dist/module/components/TimerPickerModal/index.js +0 -4
  104. package/dist/module/components/TimerPickerModal/index.js.map +0 -1
  105. package/dist/module/components/TimerPickerModal/styles.js +0 -82
  106. package/dist/module/components/TimerPickerModal/styles.js.map +0 -1
  107. package/dist/module/components/TimerPickerModal/types.js +0 -2
  108. package/dist/module/components/TimerPickerModal/types.js.map +0 -1
  109. package/dist/module/index.js +0 -3
  110. package/dist/module/index.js.map +0 -1
  111. package/dist/module/tests/DurationScroll.test.js +0 -160
  112. package/dist/module/tests/DurationScroll.test.js.map +0 -1
  113. package/dist/module/tests/Modal.test.js +0 -96
  114. package/dist/module/tests/Modal.test.js.map +0 -1
  115. package/dist/module/tests/TimerPicker.test.js +0 -166
  116. package/dist/module/tests/TimerPicker.test.js.map +0 -1
  117. package/dist/module/tests/TimerPickerModal.test.js +0 -273
  118. package/dist/module/tests/TimerPickerModal.test.js.map +0 -1
  119. package/dist/module/tests/colorToRgba.test.js +0 -174
  120. package/dist/module/tests/colorToRgba.test.js.map +0 -1
  121. package/dist/module/tests/generateNumbers.test.js +0 -348
  122. package/dist/module/tests/generateNumbers.test.js.map +0 -1
  123. package/dist/module/tests/getAdjustedLimit.test.js +0 -322
  124. package/dist/module/tests/getAdjustedLimit.test.js.map +0 -1
  125. package/dist/module/tests/getDurationAndIndexFromScrollOffset.test.js +0 -422
  126. package/dist/module/tests/getDurationAndIndexFromScrollOffset.test.js.map +0 -1
  127. package/dist/module/tests/getInitialScrollIndex.test.js +0 -394
  128. package/dist/module/tests/getInitialScrollIndex.test.js.map +0 -1
  129. package/dist/module/tests/getSafeInitialValue.test.js +0 -495
  130. package/dist/module/tests/getSafeInitialValue.test.js.map +0 -1
  131. package/dist/module/tests/padNumber.test.js +0 -299
  132. package/dist/module/tests/padNumber.test.js.map +0 -1
  133. package/dist/module/utils/colorToRgba.js +0 -80
  134. package/dist/module/utils/colorToRgba.js.map +0 -1
  135. package/dist/module/utils/generateNumbers.js +0 -117
  136. package/dist/module/utils/generateNumbers.js.map +0 -1
  137. package/dist/module/utils/getAdjustedLimit.js +0 -51
  138. package/dist/module/utils/getAdjustedLimit.js.map +0 -1
  139. package/dist/module/utils/getDurationAndIndexFromScrollOffset.js +0 -55
  140. package/dist/module/utils/getDurationAndIndexFromScrollOffset.js.map +0 -1
  141. package/dist/module/utils/getInitialScrollIndex.js +0 -50
  142. package/dist/module/utils/getInitialScrollIndex.js.map +0 -1
  143. package/dist/module/utils/getSafeInitialValue.js +0 -34
  144. package/dist/module/utils/getSafeInitialValue.js.map +0 -1
  145. package/dist/module/utils/padNumber.js +0 -33
  146. package/dist/module/utils/padNumber.js.map +0 -1
  147. package/dist/typescript/components/DurationScroll/DurationScroll.d.ts +0 -4
  148. package/dist/typescript/components/DurationScroll/index.d.ts +0 -2
  149. package/dist/typescript/components/DurationScroll/types.d.ts +0 -67
  150. package/dist/typescript/components/Modal/Modal.d.ts +0 -5
  151. package/dist/typescript/components/Modal/index.d.ts +0 -2
  152. package/dist/typescript/components/Modal/styles.d.ts +0 -17
  153. package/dist/typescript/components/Modal/types.d.ts +0 -15
  154. package/dist/typescript/components/PickerItem/PickerItem.d.ts +0 -15
  155. package/dist/typescript/components/PickerItem/index.d.ts +0 -1
  156. package/dist/typescript/components/TimerPicker/TimerPicker.d.ts +0 -4
  157. package/dist/typescript/components/TimerPicker/index.d.ts +0 -3
  158. package/dist/typescript/components/TimerPicker/styles.d.ts +0 -1578
  159. package/dist/typescript/components/TimerPicker/types.d.ts +0 -90
  160. package/dist/typescript/components/TimerPickerModal/TimerPickerModal.d.ts +0 -4
  161. package/dist/typescript/components/TimerPickerModal/index.d.ts +0 -3
  162. package/dist/typescript/components/TimerPickerModal/styles.d.ts +0 -948
  163. package/dist/typescript/components/TimerPickerModal/types.d.ts +0 -55
  164. package/dist/typescript/index.d.ts +0 -2
  165. package/dist/typescript/utils/colorToRgba.d.ts +0 -38
  166. package/dist/typescript/utils/generateNumbers.d.ts +0 -80
  167. package/dist/typescript/utils/getAdjustedLimit.d.ts +0 -30
  168. package/dist/typescript/utils/getDurationAndIndexFromScrollOffset.d.ts +0 -49
  169. package/dist/typescript/utils/getInitialScrollIndex.d.ts +0 -46
  170. package/dist/typescript/utils/getSafeInitialValue.d.ts +0 -38
  171. package/dist/typescript/utils/padNumber.d.ts +0 -28
@@ -1,948 +0,0 @@
1
- import type { DimensionValue, TextStyle, ViewStyle } from "react-native";
2
- import type { CustomTimerPickerStyles } from "../TimerPicker/styles";
3
- export interface CustomTimerPickerModalStyles extends CustomTimerPickerStyles {
4
- button?: TextStyle;
5
- buttonContainer?: ViewStyle;
6
- cancelButton?: TextStyle;
7
- confirmButton?: TextStyle;
8
- container?: ViewStyle;
9
- contentContainer?: ViewStyle;
10
- modalTitle?: TextStyle;
11
- }
12
- export declare const generateStyles: (customStyles: CustomTimerPickerModalStyles | undefined, variables?: {
13
- hasModalTitle: boolean;
14
- }) => {
15
- container: {
16
- backfaceVisibility?: "visible" | "hidden" | undefined;
17
- backgroundColor?: import("react-native").ColorValue | undefined;
18
- borderBlockColor?: import("react-native").ColorValue | undefined;
19
- borderBlockEndColor?: import("react-native").ColorValue | undefined;
20
- borderBlockStartColor?: import("react-native").ColorValue | undefined;
21
- borderBottomColor?: import("react-native").ColorValue | undefined;
22
- borderBottomEndRadius?: import("react-native").AnimatableNumericValue | undefined;
23
- borderBottomLeftRadius?: import("react-native").AnimatableNumericValue | undefined;
24
- borderBottomRightRadius?: import("react-native").AnimatableNumericValue | undefined;
25
- borderBottomStartRadius?: import("react-native").AnimatableNumericValue | undefined;
26
- borderColor?: import("react-native").ColorValue | undefined;
27
- borderCurve?: "circular" | "continuous" | undefined;
28
- borderEndColor?: import("react-native").ColorValue | undefined;
29
- borderEndEndRadius?: import("react-native").AnimatableNumericValue | undefined;
30
- borderEndStartRadius?: import("react-native").AnimatableNumericValue | undefined;
31
- borderLeftColor?: import("react-native").ColorValue | undefined;
32
- borderRadius?: import("react-native").AnimatableNumericValue | undefined;
33
- borderRightColor?: import("react-native").ColorValue | undefined;
34
- borderStartColor?: import("react-native").ColorValue | undefined;
35
- borderStartEndRadius?: import("react-native").AnimatableNumericValue | undefined;
36
- borderStartStartRadius?: import("react-native").AnimatableNumericValue | undefined;
37
- borderStyle?: "solid" | "dotted" | "dashed" | undefined;
38
- borderTopColor?: import("react-native").ColorValue | undefined;
39
- borderTopEndRadius?: import("react-native").AnimatableNumericValue | undefined;
40
- borderTopLeftRadius?: import("react-native").AnimatableNumericValue | undefined;
41
- borderTopRightRadius?: import("react-native").AnimatableNumericValue | undefined;
42
- borderTopStartRadius?: import("react-native").AnimatableNumericValue | undefined;
43
- opacity?: import("react-native").AnimatableNumericValue | undefined;
44
- elevation?: number | undefined;
45
- pointerEvents?: "box-none" | "none" | "box-only" | "auto" | undefined;
46
- alignContent?: "center" | "flex-start" | "flex-end" | "space-between" | "space-around" | "stretch" | undefined;
47
- alignItems?: import("react-native").FlexAlignType | undefined;
48
- alignSelf?: "auto" | import("react-native").FlexAlignType | undefined;
49
- aspectRatio?: string | number | undefined;
50
- borderBottomWidth?: number | undefined;
51
- borderEndWidth?: number | undefined;
52
- borderLeftWidth?: number | undefined;
53
- borderRightWidth?: number | undefined;
54
- borderStartWidth?: number | undefined;
55
- borderTopWidth?: number | undefined;
56
- borderWidth?: number | undefined;
57
- bottom?: DimensionValue | undefined;
58
- display?: "none" | "flex" | undefined;
59
- end?: DimensionValue | undefined;
60
- flex?: number | undefined;
61
- flexBasis?: DimensionValue | undefined;
62
- flexDirection?: "row" | "column" | "row-reverse" | "column-reverse" | undefined;
63
- rowGap?: number | undefined;
64
- gap?: number | undefined;
65
- columnGap?: number | undefined;
66
- flexGrow?: number | undefined;
67
- flexShrink?: number | undefined;
68
- flexWrap?: "wrap" | "nowrap" | "wrap-reverse" | undefined;
69
- height?: DimensionValue | undefined;
70
- justifyContent: "center" | "flex-start" | "flex-end" | "space-between" | "space-around" | "space-evenly";
71
- left?: DimensionValue | undefined;
72
- margin?: DimensionValue | undefined;
73
- marginBottom?: DimensionValue | undefined;
74
- marginEnd?: DimensionValue | undefined;
75
- marginHorizontal?: DimensionValue | undefined;
76
- marginLeft?: DimensionValue | undefined;
77
- marginRight?: DimensionValue | undefined;
78
- marginStart?: DimensionValue | undefined;
79
- marginTop?: DimensionValue | undefined;
80
- marginVertical?: DimensionValue | undefined;
81
- maxHeight?: DimensionValue | undefined;
82
- maxWidth?: DimensionValue | undefined;
83
- minHeight?: DimensionValue | undefined;
84
- minWidth?: DimensionValue | undefined;
85
- overflow: "visible" | "hidden" | "scroll";
86
- padding?: DimensionValue | undefined;
87
- paddingBottom?: DimensionValue | undefined;
88
- paddingEnd?: DimensionValue | undefined;
89
- paddingHorizontal?: DimensionValue | undefined;
90
- paddingLeft?: DimensionValue | undefined;
91
- paddingRight?: DimensionValue | undefined;
92
- paddingStart?: DimensionValue | undefined;
93
- paddingTop?: DimensionValue | undefined;
94
- paddingVertical?: DimensionValue | undefined;
95
- position?: "absolute" | "relative" | undefined;
96
- right?: DimensionValue | undefined;
97
- start?: DimensionValue | undefined;
98
- top?: DimensionValue | undefined;
99
- width?: DimensionValue | undefined;
100
- zIndex?: number | undefined;
101
- direction?: "inherit" | "ltr" | "rtl" | undefined;
102
- shadowColor?: import("react-native").ColorValue | undefined;
103
- shadowOffset?: Readonly<{
104
- width: number;
105
- height: number;
106
- }> | undefined;
107
- shadowOpacity?: import("react-native").AnimatableNumericValue | undefined;
108
- shadowRadius?: number | undefined;
109
- transform?: (import("react-native").PerpectiveTransform | import("react-native").RotateTransform | import("react-native").RotateXTransform | import("react-native").RotateYTransform | import("react-native").RotateZTransform | import("react-native").ScaleTransform | import("react-native").ScaleXTransform | import("react-native").ScaleYTransform | import("react-native").TranslateXTransform | import("react-native").TranslateYTransform | import("react-native").SkewXTransform | import("react-native").SkewYTransform | import("react-native").MatrixTransform)[] | undefined;
110
- transformMatrix?: number[] | undefined;
111
- rotation?: import("react-native").AnimatableNumericValue | undefined;
112
- scaleX?: import("react-native").AnimatableNumericValue | undefined;
113
- scaleY?: import("react-native").AnimatableNumericValue | undefined;
114
- translateX?: import("react-native").AnimatableNumericValue | undefined;
115
- translateY?: import("react-native").AnimatableNumericValue | undefined;
116
- };
117
- contentContainer: {
118
- backfaceVisibility?: "visible" | "hidden" | undefined;
119
- backgroundColor: import("react-native").ColorValue;
120
- borderBlockColor?: import("react-native").ColorValue | undefined;
121
- borderBlockEndColor?: import("react-native").ColorValue | undefined;
122
- borderBlockStartColor?: import("react-native").ColorValue | undefined;
123
- borderBottomColor?: import("react-native").ColorValue | undefined;
124
- borderBottomEndRadius?: import("react-native").AnimatableNumericValue | undefined;
125
- borderBottomLeftRadius?: import("react-native").AnimatableNumericValue | undefined;
126
- borderBottomRightRadius?: import("react-native").AnimatableNumericValue | undefined;
127
- borderBottomStartRadius?: import("react-native").AnimatableNumericValue | undefined;
128
- borderColor?: import("react-native").ColorValue | undefined;
129
- borderCurve?: "circular" | "continuous" | undefined;
130
- borderEndColor?: import("react-native").ColorValue | undefined;
131
- borderEndEndRadius?: import("react-native").AnimatableNumericValue | undefined;
132
- borderEndStartRadius?: import("react-native").AnimatableNumericValue | undefined;
133
- borderLeftColor?: import("react-native").ColorValue | undefined;
134
- borderRadius: import("react-native").AnimatableNumericValue;
135
- borderRightColor?: import("react-native").ColorValue | undefined;
136
- borderStartColor?: import("react-native").ColorValue | undefined;
137
- borderStartEndRadius?: import("react-native").AnimatableNumericValue | undefined;
138
- borderStartStartRadius?: import("react-native").AnimatableNumericValue | undefined;
139
- borderStyle?: "solid" | "dotted" | "dashed" | undefined;
140
- borderTopColor?: import("react-native").ColorValue | undefined;
141
- borderTopEndRadius?: import("react-native").AnimatableNumericValue | undefined;
142
- borderTopLeftRadius?: import("react-native").AnimatableNumericValue | undefined;
143
- borderTopRightRadius?: import("react-native").AnimatableNumericValue | undefined;
144
- borderTopStartRadius?: import("react-native").AnimatableNumericValue | undefined;
145
- opacity?: import("react-native").AnimatableNumericValue | undefined;
146
- elevation?: number | undefined;
147
- pointerEvents?: "box-none" | "none" | "box-only" | "auto" | undefined;
148
- alignContent?: "center" | "flex-start" | "flex-end" | "space-between" | "space-around" | "stretch" | undefined;
149
- alignItems: import("react-native").FlexAlignType;
150
- alignSelf?: "auto" | import("react-native").FlexAlignType | undefined;
151
- aspectRatio?: string | number | undefined;
152
- borderBottomWidth?: number | undefined;
153
- borderEndWidth?: number | undefined;
154
- borderLeftWidth?: number | undefined;
155
- borderRightWidth?: number | undefined;
156
- borderStartWidth?: number | undefined;
157
- borderTopWidth?: number | undefined;
158
- borderWidth?: number | undefined;
159
- bottom?: DimensionValue | undefined;
160
- display?: "none" | "flex" | undefined;
161
- end?: DimensionValue | undefined;
162
- flex?: number | undefined;
163
- flexBasis?: DimensionValue | undefined;
164
- flexDirection?: "row" | "column" | "row-reverse" | "column-reverse" | undefined;
165
- rowGap?: number | undefined;
166
- gap?: number | undefined;
167
- columnGap?: number | undefined;
168
- flexGrow?: number | undefined;
169
- flexShrink?: number | undefined;
170
- flexWrap?: "wrap" | "nowrap" | "wrap-reverse" | undefined;
171
- height?: DimensionValue | undefined;
172
- justifyContent: "center" | "flex-start" | "flex-end" | "space-between" | "space-around" | "space-evenly";
173
- left?: DimensionValue | undefined;
174
- margin?: DimensionValue | undefined;
175
- marginBottom?: DimensionValue | undefined;
176
- marginEnd?: DimensionValue | undefined;
177
- marginHorizontal?: DimensionValue | undefined;
178
- marginLeft?: DimensionValue | undefined;
179
- marginRight?: DimensionValue | undefined;
180
- marginStart?: DimensionValue | undefined;
181
- marginTop?: DimensionValue | undefined;
182
- marginVertical?: DimensionValue | undefined;
183
- maxHeight?: DimensionValue | undefined;
184
- maxWidth?: DimensionValue | undefined;
185
- minHeight?: DimensionValue | undefined;
186
- minWidth?: DimensionValue | undefined;
187
- overflow: "visible" | "hidden" | "scroll";
188
- padding?: DimensionValue | undefined;
189
- paddingBottom?: DimensionValue | undefined;
190
- paddingEnd?: DimensionValue | undefined;
191
- paddingHorizontal: DimensionValue;
192
- paddingLeft?: DimensionValue | undefined;
193
- paddingRight?: DimensionValue | undefined;
194
- paddingStart?: DimensionValue | undefined;
195
- paddingTop?: DimensionValue | undefined;
196
- paddingVertical?: DimensionValue | undefined;
197
- position?: "absolute" | "relative" | undefined;
198
- right?: DimensionValue | undefined;
199
- start?: DimensionValue | undefined;
200
- top?: DimensionValue | undefined;
201
- width?: DimensionValue | undefined;
202
- zIndex?: number | undefined;
203
- direction?: "inherit" | "ltr" | "rtl" | undefined;
204
- shadowColor?: import("react-native").ColorValue | undefined;
205
- shadowOffset?: Readonly<{
206
- width: number;
207
- height: number;
208
- }> | undefined;
209
- shadowOpacity?: import("react-native").AnimatableNumericValue | undefined;
210
- shadowRadius?: number | undefined;
211
- transform?: (import("react-native").PerpectiveTransform | import("react-native").RotateTransform | import("react-native").RotateXTransform | import("react-native").RotateYTransform | import("react-native").RotateZTransform | import("react-native").ScaleTransform | import("react-native").ScaleXTransform | import("react-native").ScaleYTransform | import("react-native").TranslateXTransform | import("react-native").TranslateYTransform | import("react-native").SkewXTransform | import("react-native").SkewYTransform | import("react-native").MatrixTransform)[] | undefined;
212
- transformMatrix?: number[] | undefined;
213
- rotation?: import("react-native").AnimatableNumericValue | undefined;
214
- scaleX?: import("react-native").AnimatableNumericValue | undefined;
215
- scaleY?: import("react-native").AnimatableNumericValue | undefined;
216
- translateX?: import("react-native").AnimatableNumericValue | undefined;
217
- translateY?: import("react-native").AnimatableNumericValue | undefined;
218
- };
219
- buttonContainer: {
220
- backfaceVisibility?: "visible" | "hidden" | undefined;
221
- backgroundColor?: import("react-native").ColorValue | undefined;
222
- borderBlockColor?: import("react-native").ColorValue | undefined;
223
- borderBlockEndColor?: import("react-native").ColorValue | undefined;
224
- borderBlockStartColor?: import("react-native").ColorValue | undefined;
225
- borderBottomColor?: import("react-native").ColorValue | undefined;
226
- borderBottomEndRadius?: import("react-native").AnimatableNumericValue | undefined;
227
- borderBottomLeftRadius?: import("react-native").AnimatableNumericValue | undefined;
228
- borderBottomRightRadius?: import("react-native").AnimatableNumericValue | undefined;
229
- borderBottomStartRadius?: import("react-native").AnimatableNumericValue | undefined;
230
- borderColor?: import("react-native").ColorValue | undefined;
231
- borderCurve?: "circular" | "continuous" | undefined;
232
- borderEndColor?: import("react-native").ColorValue | undefined;
233
- borderEndEndRadius?: import("react-native").AnimatableNumericValue | undefined;
234
- borderEndStartRadius?: import("react-native").AnimatableNumericValue | undefined;
235
- borderLeftColor?: import("react-native").ColorValue | undefined;
236
- borderRadius?: import("react-native").AnimatableNumericValue | undefined;
237
- borderRightColor?: import("react-native").ColorValue | undefined;
238
- borderStartColor?: import("react-native").ColorValue | undefined;
239
- borderStartEndRadius?: import("react-native").AnimatableNumericValue | undefined;
240
- borderStartStartRadius?: import("react-native").AnimatableNumericValue | undefined;
241
- borderStyle?: "solid" | "dotted" | "dashed" | undefined;
242
- borderTopColor?: import("react-native").ColorValue | undefined;
243
- borderTopEndRadius?: import("react-native").AnimatableNumericValue | undefined;
244
- borderTopLeftRadius?: import("react-native").AnimatableNumericValue | undefined;
245
- borderTopRightRadius?: import("react-native").AnimatableNumericValue | undefined;
246
- borderTopStartRadius?: import("react-native").AnimatableNumericValue | undefined;
247
- opacity?: import("react-native").AnimatableNumericValue | undefined;
248
- elevation?: number | undefined;
249
- pointerEvents?: "box-none" | "none" | "box-only" | "auto" | undefined;
250
- alignContent?: "center" | "flex-start" | "flex-end" | "space-between" | "space-around" | "stretch" | undefined;
251
- alignItems?: import("react-native").FlexAlignType | undefined;
252
- alignSelf?: "auto" | import("react-native").FlexAlignType | undefined;
253
- aspectRatio?: string | number | undefined;
254
- borderBottomWidth?: number | undefined;
255
- borderEndWidth?: number | undefined;
256
- borderLeftWidth?: number | undefined;
257
- borderRightWidth?: number | undefined;
258
- borderStartWidth?: number | undefined;
259
- borderTopWidth?: number | undefined;
260
- borderWidth?: number | undefined;
261
- bottom?: DimensionValue | undefined;
262
- display?: "none" | "flex" | undefined;
263
- end?: DimensionValue | undefined;
264
- flex?: number | undefined;
265
- flexBasis?: DimensionValue | undefined;
266
- flexDirection: "row" | "column" | "row-reverse" | "column-reverse";
267
- rowGap?: number | undefined;
268
- gap?: number | undefined;
269
- columnGap?: number | undefined;
270
- flexGrow?: number | undefined;
271
- flexShrink?: number | undefined;
272
- flexWrap?: "wrap" | "nowrap" | "wrap-reverse" | undefined;
273
- height?: DimensionValue | undefined;
274
- justifyContent?: "center" | "flex-start" | "flex-end" | "space-between" | "space-around" | "space-evenly" | undefined;
275
- left?: DimensionValue | undefined;
276
- margin?: DimensionValue | undefined;
277
- marginBottom: DimensionValue;
278
- marginEnd?: DimensionValue | undefined;
279
- marginHorizontal?: DimensionValue | undefined;
280
- marginLeft?: DimensionValue | undefined;
281
- marginRight?: DimensionValue | undefined;
282
- marginStart?: DimensionValue | undefined;
283
- marginTop: DimensionValue;
284
- marginVertical?: DimensionValue | undefined;
285
- maxHeight?: DimensionValue | undefined;
286
- maxWidth?: DimensionValue | undefined;
287
- minHeight?: DimensionValue | undefined;
288
- minWidth?: DimensionValue | undefined;
289
- overflow?: "visible" | "hidden" | "scroll" | undefined;
290
- padding?: DimensionValue | undefined;
291
- paddingBottom?: DimensionValue | undefined;
292
- paddingEnd?: DimensionValue | undefined;
293
- paddingHorizontal?: DimensionValue | undefined;
294
- paddingLeft?: DimensionValue | undefined;
295
- paddingRight?: DimensionValue | undefined;
296
- paddingStart?: DimensionValue | undefined;
297
- paddingTop?: DimensionValue | undefined;
298
- paddingVertical?: DimensionValue | undefined;
299
- position?: "absolute" | "relative" | undefined;
300
- right?: DimensionValue | undefined;
301
- start?: DimensionValue | undefined;
302
- top?: DimensionValue | undefined;
303
- width?: DimensionValue | undefined;
304
- zIndex?: number | undefined;
305
- direction?: "inherit" | "ltr" | "rtl" | undefined;
306
- shadowColor?: import("react-native").ColorValue | undefined;
307
- shadowOffset?: Readonly<{
308
- width: number;
309
- height: number;
310
- }> | undefined;
311
- shadowOpacity?: import("react-native").AnimatableNumericValue | undefined;
312
- shadowRadius?: number | undefined;
313
- transform?: (import("react-native").PerpectiveTransform | import("react-native").RotateTransform | import("react-native").RotateXTransform | import("react-native").RotateYTransform | import("react-native").RotateZTransform | import("react-native").ScaleTransform | import("react-native").ScaleXTransform | import("react-native").ScaleYTransform | import("react-native").TranslateXTransform | import("react-native").TranslateYTransform | import("react-native").SkewXTransform | import("react-native").SkewYTransform | import("react-native").MatrixTransform)[] | undefined;
314
- transformMatrix?: number[] | undefined;
315
- rotation?: import("react-native").AnimatableNumericValue | undefined;
316
- scaleX?: import("react-native").AnimatableNumericValue | undefined;
317
- scaleY?: import("react-native").AnimatableNumericValue | undefined;
318
- translateX?: import("react-native").AnimatableNumericValue | undefined;
319
- translateY?: import("react-native").AnimatableNumericValue | undefined;
320
- };
321
- button: {
322
- color?: import("react-native").ColorValue | undefined;
323
- fontFamily?: string | undefined;
324
- fontSize: number;
325
- fontStyle?: "normal" | "italic" | undefined;
326
- fontWeight?: "bold" | "100" | "normal" | "200" | "300" | "400" | "500" | "600" | "700" | "800" | "900" | undefined;
327
- letterSpacing?: number | undefined;
328
- lineHeight?: number | undefined;
329
- textAlign?: "auto" | "center" | "left" | "right" | "justify" | undefined;
330
- textDecorationLine?: "none" | "underline" | "line-through" | "underline line-through" | undefined;
331
- textDecorationStyle?: "solid" | "dotted" | "dashed" | "double" | undefined;
332
- textDecorationColor?: import("react-native").ColorValue | undefined;
333
- textShadowColor?: import("react-native").ColorValue | undefined;
334
- textShadowOffset?: {
335
- width: number;
336
- height: number;
337
- } | undefined;
338
- textShadowRadius?: number | undefined;
339
- textTransform?: "none" | "capitalize" | "uppercase" | "lowercase" | undefined;
340
- testID?: string | undefined;
341
- fontVariant?: import("react-native").FontVariant[] | undefined;
342
- writingDirection?: "auto" | "ltr" | "rtl" | undefined;
343
- backfaceVisibility?: "visible" | "hidden" | undefined;
344
- backgroundColor?: import("react-native").ColorValue | undefined;
345
- borderBlockColor?: import("react-native").ColorValue | undefined;
346
- borderBlockEndColor?: import("react-native").ColorValue | undefined;
347
- borderBlockStartColor?: import("react-native").ColorValue | undefined;
348
- borderBottomColor?: import("react-native").ColorValue | undefined;
349
- borderBottomEndRadius?: import("react-native").AnimatableNumericValue | undefined;
350
- borderBottomLeftRadius?: import("react-native").AnimatableNumericValue | undefined;
351
- borderBottomRightRadius?: import("react-native").AnimatableNumericValue | undefined;
352
- borderBottomStartRadius?: import("react-native").AnimatableNumericValue | undefined;
353
- borderColor?: import("react-native").ColorValue | undefined;
354
- borderCurve?: "circular" | "continuous" | undefined;
355
- borderEndColor?: import("react-native").ColorValue | undefined;
356
- borderEndEndRadius?: import("react-native").AnimatableNumericValue | undefined;
357
- borderEndStartRadius?: import("react-native").AnimatableNumericValue | undefined;
358
- borderLeftColor?: import("react-native").ColorValue | undefined;
359
- borderRadius: import("react-native").AnimatableNumericValue;
360
- borderRightColor?: import("react-native").ColorValue | undefined;
361
- borderStartColor?: import("react-native").ColorValue | undefined;
362
- borderStartEndRadius?: import("react-native").AnimatableNumericValue | undefined;
363
- borderStartStartRadius?: import("react-native").AnimatableNumericValue | undefined;
364
- borderStyle?: "solid" | "dotted" | "dashed" | undefined;
365
- borderTopColor?: import("react-native").ColorValue | undefined;
366
- borderTopEndRadius?: import("react-native").AnimatableNumericValue | undefined;
367
- borderTopLeftRadius?: import("react-native").AnimatableNumericValue | undefined;
368
- borderTopRightRadius?: import("react-native").AnimatableNumericValue | undefined;
369
- borderTopStartRadius?: import("react-native").AnimatableNumericValue | undefined;
370
- opacity?: import("react-native").AnimatableNumericValue | undefined;
371
- elevation?: number | undefined;
372
- pointerEvents?: "box-none" | "none" | "box-only" | "auto" | undefined;
373
- alignContent?: "center" | "flex-start" | "flex-end" | "space-between" | "space-around" | "stretch" | undefined;
374
- alignItems?: import("react-native").FlexAlignType | undefined;
375
- alignSelf?: "auto" | import("react-native").FlexAlignType | undefined;
376
- aspectRatio?: string | number | undefined;
377
- borderBottomWidth?: number | undefined;
378
- borderEndWidth?: number | undefined;
379
- borderLeftWidth?: number | undefined;
380
- borderRightWidth?: number | undefined;
381
- borderStartWidth?: number | undefined;
382
- borderTopWidth?: number | undefined;
383
- borderWidth: number;
384
- bottom?: DimensionValue | undefined;
385
- display?: "none" | "flex" | undefined;
386
- end?: DimensionValue | undefined;
387
- flex?: number | undefined;
388
- flexBasis?: DimensionValue | undefined;
389
- flexDirection?: "row" | "column" | "row-reverse" | "column-reverse" | undefined;
390
- rowGap?: number | undefined;
391
- gap?: number | undefined;
392
- columnGap?: number | undefined;
393
- flexGrow?: number | undefined;
394
- flexShrink?: number | undefined;
395
- flexWrap?: "wrap" | "nowrap" | "wrap-reverse" | undefined;
396
- height?: DimensionValue | undefined;
397
- justifyContent?: "center" | "flex-start" | "flex-end" | "space-between" | "space-around" | "space-evenly" | undefined;
398
- left?: DimensionValue | undefined;
399
- margin?: DimensionValue | undefined;
400
- marginBottom?: DimensionValue | undefined;
401
- marginEnd?: DimensionValue | undefined;
402
- marginHorizontal: DimensionValue;
403
- marginLeft?: DimensionValue | undefined;
404
- marginRight?: DimensionValue | undefined;
405
- marginStart?: DimensionValue | undefined;
406
- marginTop?: DimensionValue | undefined;
407
- marginVertical?: DimensionValue | undefined;
408
- maxHeight?: DimensionValue | undefined;
409
- maxWidth?: DimensionValue | undefined;
410
- minHeight?: DimensionValue | undefined;
411
- minWidth?: DimensionValue | undefined;
412
- overflow: "visible" | "hidden" | "scroll";
413
- padding?: DimensionValue | undefined;
414
- paddingBottom?: DimensionValue | undefined;
415
- paddingEnd?: DimensionValue | undefined;
416
- paddingHorizontal: DimensionValue;
417
- paddingLeft?: DimensionValue | undefined;
418
- paddingRight?: DimensionValue | undefined;
419
- paddingStart?: DimensionValue | undefined;
420
- paddingTop?: DimensionValue | undefined;
421
- paddingVertical: DimensionValue;
422
- position?: "absolute" | "relative" | undefined;
423
- right?: DimensionValue | undefined;
424
- start?: DimensionValue | undefined;
425
- top?: DimensionValue | undefined;
426
- width?: DimensionValue | undefined;
427
- zIndex?: number | undefined;
428
- direction?: "inherit" | "ltr" | "rtl" | undefined;
429
- shadowColor?: import("react-native").ColorValue | undefined;
430
- shadowOffset?: Readonly<{
431
- width: number;
432
- height: number;
433
- }> | undefined;
434
- shadowOpacity?: import("react-native").AnimatableNumericValue | undefined;
435
- shadowRadius?: number | undefined;
436
- transform?: (import("react-native").PerpectiveTransform | import("react-native").RotateTransform | import("react-native").RotateXTransform | import("react-native").RotateYTransform | import("react-native").RotateZTransform | import("react-native").ScaleTransform | import("react-native").ScaleXTransform | import("react-native").ScaleYTransform | import("react-native").TranslateXTransform | import("react-native").TranslateYTransform | import("react-native").SkewXTransform | import("react-native").SkewYTransform | import("react-native").MatrixTransform)[] | undefined;
437
- transformMatrix?: number[] | undefined;
438
- rotation?: import("react-native").AnimatableNumericValue | undefined;
439
- scaleX?: import("react-native").AnimatableNumericValue | undefined;
440
- scaleY?: import("react-native").AnimatableNumericValue | undefined;
441
- translateX?: import("react-native").AnimatableNumericValue | undefined;
442
- translateY?: import("react-native").AnimatableNumericValue | undefined;
443
- textAlignVertical?: "auto" | "center" | "bottom" | "top" | undefined;
444
- verticalAlign?: "auto" | "bottom" | "top" | "middle" | undefined;
445
- includeFontPadding?: boolean | undefined;
446
- };
447
- cancelButton: {
448
- color: import("react-native").ColorValue;
449
- fontFamily?: string | undefined;
450
- fontSize?: number | undefined;
451
- fontStyle?: "normal" | "italic" | undefined;
452
- fontWeight?: "bold" | "100" | "normal" | "200" | "300" | "400" | "500" | "600" | "700" | "800" | "900" | undefined;
453
- letterSpacing?: number | undefined;
454
- lineHeight?: number | undefined;
455
- textAlign?: "auto" | "center" | "left" | "right" | "justify" | undefined;
456
- textDecorationLine?: "none" | "underline" | "line-through" | "underline line-through" | undefined;
457
- textDecorationStyle?: "solid" | "dotted" | "dashed" | "double" | undefined;
458
- textDecorationColor?: import("react-native").ColorValue | undefined;
459
- textShadowColor?: import("react-native").ColorValue | undefined;
460
- textShadowOffset?: {
461
- width: number;
462
- height: number;
463
- } | undefined;
464
- textShadowRadius?: number | undefined;
465
- textTransform?: "none" | "capitalize" | "uppercase" | "lowercase" | undefined;
466
- testID?: string | undefined;
467
- fontVariant?: import("react-native").FontVariant[] | undefined;
468
- writingDirection?: "auto" | "ltr" | "rtl" | undefined;
469
- backfaceVisibility?: "visible" | "hidden" | undefined;
470
- backgroundColor: import("react-native").ColorValue | undefined;
471
- borderBlockColor?: import("react-native").ColorValue | undefined;
472
- borderBlockEndColor?: import("react-native").ColorValue | undefined;
473
- borderBlockStartColor?: import("react-native").ColorValue | undefined;
474
- borderBottomColor?: import("react-native").ColorValue | undefined;
475
- borderBottomEndRadius?: import("react-native").AnimatableNumericValue | undefined;
476
- borderBottomLeftRadius?: import("react-native").AnimatableNumericValue | undefined;
477
- borderBottomRightRadius?: import("react-native").AnimatableNumericValue | undefined;
478
- borderBottomStartRadius?: import("react-native").AnimatableNumericValue | undefined;
479
- borderColor: import("react-native").ColorValue;
480
- borderCurve?: "circular" | "continuous" | undefined;
481
- borderEndColor?: import("react-native").ColorValue | undefined;
482
- borderEndEndRadius?: import("react-native").AnimatableNumericValue | undefined;
483
- borderEndStartRadius?: import("react-native").AnimatableNumericValue | undefined;
484
- borderLeftColor?: import("react-native").ColorValue | undefined;
485
- borderRadius?: import("react-native").AnimatableNumericValue | undefined;
486
- borderRightColor?: import("react-native").ColorValue | undefined;
487
- borderStartColor?: import("react-native").ColorValue | undefined;
488
- borderStartEndRadius?: import("react-native").AnimatableNumericValue | undefined;
489
- borderStartStartRadius?: import("react-native").AnimatableNumericValue | undefined;
490
- borderStyle?: "solid" | "dotted" | "dashed" | undefined;
491
- borderTopColor?: import("react-native").ColorValue | undefined;
492
- borderTopEndRadius?: import("react-native").AnimatableNumericValue | undefined;
493
- borderTopLeftRadius?: import("react-native").AnimatableNumericValue | undefined;
494
- borderTopRightRadius?: import("react-native").AnimatableNumericValue | undefined;
495
- borderTopStartRadius?: import("react-native").AnimatableNumericValue | undefined;
496
- opacity?: import("react-native").AnimatableNumericValue | undefined;
497
- elevation?: number | undefined;
498
- pointerEvents?: "box-none" | "none" | "box-only" | "auto" | undefined;
499
- alignContent?: "center" | "flex-start" | "flex-end" | "space-between" | "space-around" | "stretch" | undefined;
500
- alignItems?: import("react-native").FlexAlignType | undefined;
501
- alignSelf?: "auto" | import("react-native").FlexAlignType | undefined;
502
- aspectRatio?: string | number | undefined;
503
- borderBottomWidth?: number | undefined;
504
- borderEndWidth?: number | undefined;
505
- borderLeftWidth?: number | undefined;
506
- borderRightWidth?: number | undefined;
507
- borderStartWidth?: number | undefined;
508
- borderTopWidth?: number | undefined;
509
- borderWidth?: number | undefined;
510
- bottom?: DimensionValue | undefined;
511
- display?: "none" | "flex" | undefined;
512
- end?: DimensionValue | undefined;
513
- flex?: number | undefined;
514
- flexBasis?: DimensionValue | undefined;
515
- flexDirection?: "row" | "column" | "row-reverse" | "column-reverse" | undefined;
516
- rowGap?: number | undefined;
517
- gap?: number | undefined;
518
- columnGap?: number | undefined;
519
- flexGrow?: number | undefined;
520
- flexShrink?: number | undefined;
521
- flexWrap?: "wrap" | "nowrap" | "wrap-reverse" | undefined;
522
- height?: DimensionValue | undefined;
523
- justifyContent?: "center" | "flex-start" | "flex-end" | "space-between" | "space-around" | "space-evenly" | undefined;
524
- left?: DimensionValue | undefined;
525
- margin?: DimensionValue | undefined;
526
- marginBottom?: DimensionValue | undefined;
527
- marginEnd?: DimensionValue | undefined;
528
- marginHorizontal?: DimensionValue | undefined;
529
- marginLeft?: DimensionValue | undefined;
530
- marginRight?: DimensionValue | undefined;
531
- marginStart?: DimensionValue | undefined;
532
- marginTop?: DimensionValue | undefined;
533
- marginVertical?: DimensionValue | undefined;
534
- maxHeight?: DimensionValue | undefined;
535
- maxWidth?: DimensionValue | undefined;
536
- minHeight?: DimensionValue | undefined;
537
- minWidth?: DimensionValue | undefined;
538
- overflow?: "visible" | "hidden" | "scroll" | undefined;
539
- padding?: DimensionValue | undefined;
540
- paddingBottom?: DimensionValue | undefined;
541
- paddingEnd?: DimensionValue | undefined;
542
- paddingHorizontal?: DimensionValue | undefined;
543
- paddingLeft?: DimensionValue | undefined;
544
- paddingRight?: DimensionValue | undefined;
545
- paddingStart?: DimensionValue | undefined;
546
- paddingTop?: DimensionValue | undefined;
547
- paddingVertical?: DimensionValue | undefined;
548
- position?: "absolute" | "relative" | undefined;
549
- right?: DimensionValue | undefined;
550
- start?: DimensionValue | undefined;
551
- top?: DimensionValue | undefined;
552
- width?: DimensionValue | undefined;
553
- zIndex?: number | undefined;
554
- direction?: "inherit" | "ltr" | "rtl" | undefined;
555
- shadowColor?: import("react-native").ColorValue | undefined;
556
- shadowOffset?: Readonly<{
557
- width: number;
558
- height: number;
559
- }> | undefined;
560
- shadowOpacity?: import("react-native").AnimatableNumericValue | undefined;
561
- shadowRadius?: number | undefined;
562
- transform?: (import("react-native").PerpectiveTransform | import("react-native").RotateTransform | import("react-native").RotateXTransform | import("react-native").RotateYTransform | import("react-native").RotateZTransform | import("react-native").ScaleTransform | import("react-native").ScaleXTransform | import("react-native").ScaleYTransform | import("react-native").TranslateXTransform | import("react-native").TranslateYTransform | import("react-native").SkewXTransform | import("react-native").SkewYTransform | import("react-native").MatrixTransform)[] | undefined;
563
- transformMatrix?: number[] | undefined;
564
- rotation?: import("react-native").AnimatableNumericValue | undefined;
565
- scaleX?: import("react-native").AnimatableNumericValue | undefined;
566
- scaleY?: import("react-native").AnimatableNumericValue | undefined;
567
- translateX?: import("react-native").AnimatableNumericValue | undefined;
568
- translateY?: import("react-native").AnimatableNumericValue | undefined;
569
- textAlignVertical?: "auto" | "center" | "bottom" | "top" | undefined;
570
- verticalAlign?: "auto" | "bottom" | "top" | "middle" | undefined;
571
- includeFontPadding?: boolean | undefined;
572
- };
573
- confirmButton: {
574
- color: import("react-native").ColorValue;
575
- fontFamily?: string | undefined;
576
- fontSize?: number | undefined;
577
- fontStyle?: "normal" | "italic" | undefined;
578
- fontWeight?: "bold" | "100" | "normal" | "200" | "300" | "400" | "500" | "600" | "700" | "800" | "900" | undefined;
579
- letterSpacing?: number | undefined;
580
- lineHeight?: number | undefined;
581
- textAlign?: "auto" | "center" | "left" | "right" | "justify" | undefined;
582
- textDecorationLine?: "none" | "underline" | "line-through" | "underline line-through" | undefined;
583
- textDecorationStyle?: "solid" | "dotted" | "dashed" | "double" | undefined;
584
- textDecorationColor?: import("react-native").ColorValue | undefined;
585
- textShadowColor?: import("react-native").ColorValue | undefined;
586
- textShadowOffset?: {
587
- width: number;
588
- height: number;
589
- } | undefined;
590
- textShadowRadius?: number | undefined;
591
- textTransform?: "none" | "capitalize" | "uppercase" | "lowercase" | undefined;
592
- testID?: string | undefined;
593
- fontVariant?: import("react-native").FontVariant[] | undefined;
594
- writingDirection?: "auto" | "ltr" | "rtl" | undefined;
595
- backfaceVisibility?: "visible" | "hidden" | undefined;
596
- backgroundColor: import("react-native").ColorValue | undefined;
597
- borderBlockColor?: import("react-native").ColorValue | undefined;
598
- borderBlockEndColor?: import("react-native").ColorValue | undefined;
599
- borderBlockStartColor?: import("react-native").ColorValue | undefined;
600
- borderBottomColor?: import("react-native").ColorValue | undefined;
601
- borderBottomEndRadius?: import("react-native").AnimatableNumericValue | undefined;
602
- borderBottomLeftRadius?: import("react-native").AnimatableNumericValue | undefined;
603
- borderBottomRightRadius?: import("react-native").AnimatableNumericValue | undefined;
604
- borderBottomStartRadius?: import("react-native").AnimatableNumericValue | undefined;
605
- borderColor: import("react-native").ColorValue;
606
- borderCurve?: "circular" | "continuous" | undefined;
607
- borderEndColor?: import("react-native").ColorValue | undefined;
608
- borderEndEndRadius?: import("react-native").AnimatableNumericValue | undefined;
609
- borderEndStartRadius?: import("react-native").AnimatableNumericValue | undefined;
610
- borderLeftColor?: import("react-native").ColorValue | undefined;
611
- borderRadius?: import("react-native").AnimatableNumericValue | undefined;
612
- borderRightColor?: import("react-native").ColorValue | undefined;
613
- borderStartColor?: import("react-native").ColorValue | undefined;
614
- borderStartEndRadius?: import("react-native").AnimatableNumericValue | undefined;
615
- borderStartStartRadius?: import("react-native").AnimatableNumericValue | undefined;
616
- borderStyle?: "solid" | "dotted" | "dashed" | undefined;
617
- borderTopColor?: import("react-native").ColorValue | undefined;
618
- borderTopEndRadius?: import("react-native").AnimatableNumericValue | undefined;
619
- borderTopLeftRadius?: import("react-native").AnimatableNumericValue | undefined;
620
- borderTopRightRadius?: import("react-native").AnimatableNumericValue | undefined;
621
- borderTopStartRadius?: import("react-native").AnimatableNumericValue | undefined;
622
- opacity?: import("react-native").AnimatableNumericValue | undefined;
623
- elevation?: number | undefined;
624
- pointerEvents?: "box-none" | "none" | "box-only" | "auto" | undefined;
625
- alignContent?: "center" | "flex-start" | "flex-end" | "space-between" | "space-around" | "stretch" | undefined;
626
- alignItems?: import("react-native").FlexAlignType | undefined;
627
- alignSelf?: "auto" | import("react-native").FlexAlignType | undefined;
628
- aspectRatio?: string | number | undefined;
629
- borderBottomWidth?: number | undefined;
630
- borderEndWidth?: number | undefined;
631
- borderLeftWidth?: number | undefined;
632
- borderRightWidth?: number | undefined;
633
- borderStartWidth?: number | undefined;
634
- borderTopWidth?: number | undefined;
635
- borderWidth?: number | undefined;
636
- bottom?: DimensionValue | undefined;
637
- display?: "none" | "flex" | undefined;
638
- end?: DimensionValue | undefined;
639
- flex?: number | undefined;
640
- flexBasis?: DimensionValue | undefined;
641
- flexDirection?: "row" | "column" | "row-reverse" | "column-reverse" | undefined;
642
- rowGap?: number | undefined;
643
- gap?: number | undefined;
644
- columnGap?: number | undefined;
645
- flexGrow?: number | undefined;
646
- flexShrink?: number | undefined;
647
- flexWrap?: "wrap" | "nowrap" | "wrap-reverse" | undefined;
648
- height?: DimensionValue | undefined;
649
- justifyContent?: "center" | "flex-start" | "flex-end" | "space-between" | "space-around" | "space-evenly" | undefined;
650
- left?: DimensionValue | undefined;
651
- margin?: DimensionValue | undefined;
652
- marginBottom?: DimensionValue | undefined;
653
- marginEnd?: DimensionValue | undefined;
654
- marginHorizontal?: DimensionValue | undefined;
655
- marginLeft?: DimensionValue | undefined;
656
- marginRight?: DimensionValue | undefined;
657
- marginStart?: DimensionValue | undefined;
658
- marginTop?: DimensionValue | undefined;
659
- marginVertical?: DimensionValue | undefined;
660
- maxHeight?: DimensionValue | undefined;
661
- maxWidth?: DimensionValue | undefined;
662
- minHeight?: DimensionValue | undefined;
663
- minWidth?: DimensionValue | undefined;
664
- overflow?: "visible" | "hidden" | "scroll" | undefined;
665
- padding?: DimensionValue | undefined;
666
- paddingBottom?: DimensionValue | undefined;
667
- paddingEnd?: DimensionValue | undefined;
668
- paddingHorizontal?: DimensionValue | undefined;
669
- paddingLeft?: DimensionValue | undefined;
670
- paddingRight?: DimensionValue | undefined;
671
- paddingStart?: DimensionValue | undefined;
672
- paddingTop?: DimensionValue | undefined;
673
- paddingVertical?: DimensionValue | undefined;
674
- position?: "absolute" | "relative" | undefined;
675
- right?: DimensionValue | undefined;
676
- start?: DimensionValue | undefined;
677
- top?: DimensionValue | undefined;
678
- width?: DimensionValue | undefined;
679
- zIndex?: number | undefined;
680
- direction?: "inherit" | "ltr" | "rtl" | undefined;
681
- shadowColor?: import("react-native").ColorValue | undefined;
682
- shadowOffset?: Readonly<{
683
- width: number;
684
- height: number;
685
- }> | undefined;
686
- shadowOpacity?: import("react-native").AnimatableNumericValue | undefined;
687
- shadowRadius?: number | undefined;
688
- transform?: (import("react-native").PerpectiveTransform | import("react-native").RotateTransform | import("react-native").RotateXTransform | import("react-native").RotateYTransform | import("react-native").RotateZTransform | import("react-native").ScaleTransform | import("react-native").ScaleXTransform | import("react-native").ScaleYTransform | import("react-native").TranslateXTransform | import("react-native").TranslateYTransform | import("react-native").SkewXTransform | import("react-native").SkewYTransform | import("react-native").MatrixTransform)[] | undefined;
689
- transformMatrix?: number[] | undefined;
690
- rotation?: import("react-native").AnimatableNumericValue | undefined;
691
- scaleX?: import("react-native").AnimatableNumericValue | undefined;
692
- scaleY?: import("react-native").AnimatableNumericValue | undefined;
693
- translateX?: import("react-native").AnimatableNumericValue | undefined;
694
- translateY?: import("react-native").AnimatableNumericValue | undefined;
695
- textAlignVertical?: "auto" | "center" | "bottom" | "top" | undefined;
696
- verticalAlign?: "auto" | "bottom" | "top" | "middle" | undefined;
697
- includeFontPadding?: boolean | undefined;
698
- };
699
- modalTitle: {
700
- color: import("react-native").ColorValue;
701
- fontFamily?: string | undefined;
702
- fontSize: number;
703
- fontStyle?: "normal" | "italic" | undefined;
704
- fontWeight: "bold" | "100" | "normal" | "200" | "300" | "400" | "500" | "600" | "700" | "800" | "900";
705
- letterSpacing?: number | undefined;
706
- lineHeight?: number | undefined;
707
- textAlign?: "auto" | "center" | "left" | "right" | "justify" | undefined;
708
- textDecorationLine?: "none" | "underline" | "line-through" | "underline line-through" | undefined;
709
- textDecorationStyle?: "solid" | "dotted" | "dashed" | "double" | undefined;
710
- textDecorationColor?: import("react-native").ColorValue | undefined;
711
- textShadowColor?: import("react-native").ColorValue | undefined;
712
- textShadowOffset?: {
713
- width: number;
714
- height: number;
715
- } | undefined;
716
- textShadowRadius?: number | undefined;
717
- textTransform?: "none" | "capitalize" | "uppercase" | "lowercase" | undefined;
718
- testID?: string | undefined;
719
- fontVariant?: import("react-native").FontVariant[] | undefined;
720
- writingDirection?: "auto" | "ltr" | "rtl" | undefined;
721
- backfaceVisibility?: "visible" | "hidden" | undefined;
722
- backgroundColor?: import("react-native").ColorValue | undefined;
723
- borderBlockColor?: import("react-native").ColorValue | undefined;
724
- borderBlockEndColor?: import("react-native").ColorValue | undefined;
725
- borderBlockStartColor?: import("react-native").ColorValue | undefined;
726
- borderBottomColor?: import("react-native").ColorValue | undefined;
727
- borderBottomEndRadius?: import("react-native").AnimatableNumericValue | undefined;
728
- borderBottomLeftRadius?: import("react-native").AnimatableNumericValue | undefined;
729
- borderBottomRightRadius?: import("react-native").AnimatableNumericValue | undefined;
730
- borderBottomStartRadius?: import("react-native").AnimatableNumericValue | undefined;
731
- borderColor?: import("react-native").ColorValue | undefined;
732
- borderCurve?: "circular" | "continuous" | undefined;
733
- borderEndColor?: import("react-native").ColorValue | undefined;
734
- borderEndEndRadius?: import("react-native").AnimatableNumericValue | undefined;
735
- borderEndStartRadius?: import("react-native").AnimatableNumericValue | undefined;
736
- borderLeftColor?: import("react-native").ColorValue | undefined;
737
- borderRadius?: import("react-native").AnimatableNumericValue | undefined;
738
- borderRightColor?: import("react-native").ColorValue | undefined;
739
- borderStartColor?: import("react-native").ColorValue | undefined;
740
- borderStartEndRadius?: import("react-native").AnimatableNumericValue | undefined;
741
- borderStartStartRadius?: import("react-native").AnimatableNumericValue | undefined;
742
- borderStyle?: "solid" | "dotted" | "dashed" | undefined;
743
- borderTopColor?: import("react-native").ColorValue | undefined;
744
- borderTopEndRadius?: import("react-native").AnimatableNumericValue | undefined;
745
- borderTopLeftRadius?: import("react-native").AnimatableNumericValue | undefined;
746
- borderTopRightRadius?: import("react-native").AnimatableNumericValue | undefined;
747
- borderTopStartRadius?: import("react-native").AnimatableNumericValue | undefined;
748
- opacity?: import("react-native").AnimatableNumericValue | undefined;
749
- elevation?: number | undefined;
750
- pointerEvents?: "box-none" | "none" | "box-only" | "auto" | undefined;
751
- alignContent?: "center" | "flex-start" | "flex-end" | "space-between" | "space-around" | "stretch" | undefined;
752
- alignItems?: import("react-native").FlexAlignType | undefined;
753
- alignSelf?: "auto" | import("react-native").FlexAlignType | undefined;
754
- aspectRatio?: string | number | undefined;
755
- borderBottomWidth?: number | undefined;
756
- borderEndWidth?: number | undefined;
757
- borderLeftWidth?: number | undefined;
758
- borderRightWidth?: number | undefined;
759
- borderStartWidth?: number | undefined;
760
- borderTopWidth?: number | undefined;
761
- borderWidth?: number | undefined;
762
- bottom?: DimensionValue | undefined;
763
- display?: "none" | "flex" | undefined;
764
- end?: DimensionValue | undefined;
765
- flex?: number | undefined;
766
- flexBasis?: DimensionValue | undefined;
767
- flexDirection?: "row" | "column" | "row-reverse" | "column-reverse" | undefined;
768
- rowGap?: number | undefined;
769
- gap?: number | undefined;
770
- columnGap?: number | undefined;
771
- flexGrow?: number | undefined;
772
- flexShrink?: number | undefined;
773
- flexWrap?: "wrap" | "nowrap" | "wrap-reverse" | undefined;
774
- height?: DimensionValue | undefined;
775
- justifyContent?: "center" | "flex-start" | "flex-end" | "space-between" | "space-around" | "space-evenly" | undefined;
776
- left?: DimensionValue | undefined;
777
- margin?: DimensionValue | undefined;
778
- marginBottom: DimensionValue;
779
- marginEnd?: DimensionValue | undefined;
780
- marginHorizontal?: DimensionValue | undefined;
781
- marginLeft?: DimensionValue | undefined;
782
- marginRight?: DimensionValue | undefined;
783
- marginStart?: DimensionValue | undefined;
784
- marginTop: DimensionValue;
785
- marginVertical?: DimensionValue | undefined;
786
- maxHeight?: DimensionValue | undefined;
787
- maxWidth?: DimensionValue | undefined;
788
- minHeight?: DimensionValue | undefined;
789
- minWidth?: DimensionValue | undefined;
790
- overflow?: "visible" | "hidden" | "scroll" | undefined;
791
- padding?: DimensionValue | undefined;
792
- paddingBottom?: DimensionValue | undefined;
793
- paddingEnd?: DimensionValue | undefined;
794
- paddingHorizontal?: DimensionValue | undefined;
795
- paddingLeft?: DimensionValue | undefined;
796
- paddingRight?: DimensionValue | undefined;
797
- paddingStart?: DimensionValue | undefined;
798
- paddingTop?: DimensionValue | undefined;
799
- paddingVertical?: DimensionValue | undefined;
800
- position?: "absolute" | "relative" | undefined;
801
- right?: DimensionValue | undefined;
802
- start?: DimensionValue | undefined;
803
- top?: DimensionValue | undefined;
804
- width?: DimensionValue | undefined;
805
- zIndex?: number | undefined;
806
- direction?: "inherit" | "ltr" | "rtl" | undefined;
807
- shadowColor?: import("react-native").ColorValue | undefined;
808
- shadowOffset?: Readonly<{
809
- width: number;
810
- height: number;
811
- }> | undefined;
812
- shadowOpacity?: import("react-native").AnimatableNumericValue | undefined;
813
- shadowRadius?: number | undefined;
814
- transform?: (import("react-native").PerpectiveTransform | import("react-native").RotateTransform | import("react-native").RotateXTransform | import("react-native").RotateYTransform | import("react-native").RotateZTransform | import("react-native").ScaleTransform | import("react-native").ScaleXTransform | import("react-native").ScaleYTransform | import("react-native").TranslateXTransform | import("react-native").TranslateYTransform | import("react-native").SkewXTransform | import("react-native").SkewYTransform | import("react-native").MatrixTransform)[] | undefined;
815
- transformMatrix?: number[] | undefined;
816
- rotation?: import("react-native").AnimatableNumericValue | undefined;
817
- scaleX?: import("react-native").AnimatableNumericValue | undefined;
818
- scaleY?: import("react-native").AnimatableNumericValue | undefined;
819
- translateX?: import("react-native").AnimatableNumericValue | undefined;
820
- translateY?: import("react-native").AnimatableNumericValue | undefined;
821
- textAlignVertical?: "auto" | "center" | "bottom" | "top" | undefined;
822
- verticalAlign?: "auto" | "bottom" | "top" | "middle" | undefined;
823
- includeFontPadding?: boolean | undefined;
824
- };
825
- timerPickerStyles: {
826
- pickerContainer: {
827
- backfaceVisibility?: "visible" | "hidden" | undefined;
828
- backgroundColor?: string | undefined;
829
- borderBlockColor?: import("react-native").ColorValue | undefined;
830
- borderBlockEndColor?: import("react-native").ColorValue | undefined;
831
- borderBlockStartColor?: import("react-native").ColorValue | undefined;
832
- borderBottomColor?: import("react-native").ColorValue | undefined;
833
- borderBottomEndRadius?: import("react-native").AnimatableNumericValue | undefined;
834
- borderBottomLeftRadius?: import("react-native").AnimatableNumericValue | undefined;
835
- borderBottomRightRadius?: import("react-native").AnimatableNumericValue | undefined;
836
- borderBottomStartRadius?: import("react-native").AnimatableNumericValue | undefined;
837
- borderColor?: import("react-native").ColorValue | undefined;
838
- borderCurve?: "circular" | "continuous" | undefined;
839
- borderEndColor?: import("react-native").ColorValue | undefined;
840
- borderEndEndRadius?: import("react-native").AnimatableNumericValue | undefined;
841
- borderEndStartRadius?: import("react-native").AnimatableNumericValue | undefined;
842
- borderLeftColor?: import("react-native").ColorValue | undefined;
843
- borderRadius?: import("react-native").AnimatableNumericValue | undefined;
844
- borderRightColor?: import("react-native").ColorValue | undefined;
845
- borderStartColor?: import("react-native").ColorValue | undefined;
846
- borderStartEndRadius?: import("react-native").AnimatableNumericValue | undefined;
847
- borderStartStartRadius?: import("react-native").AnimatableNumericValue | undefined;
848
- borderStyle?: "solid" | "dotted" | "dashed" | undefined;
849
- borderTopColor?: import("react-native").ColorValue | undefined;
850
- borderTopEndRadius?: import("react-native").AnimatableNumericValue | undefined;
851
- borderTopLeftRadius?: import("react-native").AnimatableNumericValue | undefined;
852
- borderTopRightRadius?: import("react-native").AnimatableNumericValue | undefined;
853
- borderTopStartRadius?: import("react-native").AnimatableNumericValue | undefined;
854
- opacity?: import("react-native").AnimatableNumericValue | undefined;
855
- elevation?: number | undefined;
856
- pointerEvents?: "box-none" | "none" | "box-only" | "auto" | undefined;
857
- alignContent?: "center" | "flex-start" | "flex-end" | "space-between" | "space-around" | "stretch" | undefined;
858
- alignItems?: import("react-native").FlexAlignType | undefined;
859
- alignSelf?: "auto" | import("react-native").FlexAlignType | undefined;
860
- aspectRatio?: string | number | undefined;
861
- borderBottomWidth?: number | undefined;
862
- borderEndWidth?: number | undefined;
863
- borderLeftWidth?: number | undefined;
864
- borderRightWidth?: number | undefined;
865
- borderStartWidth?: number | undefined;
866
- borderTopWidth?: number | undefined;
867
- borderWidth?: number | undefined;
868
- bottom?: DimensionValue | undefined;
869
- display?: "none" | "flex" | undefined;
870
- end?: DimensionValue | undefined;
871
- flex?: number | undefined;
872
- flexBasis?: DimensionValue | undefined;
873
- flexDirection?: "row" | "column" | "row-reverse" | "column-reverse" | undefined;
874
- rowGap?: number | undefined;
875
- gap?: number | undefined;
876
- columnGap?: number | undefined;
877
- flexGrow?: number | undefined;
878
- flexShrink?: number | undefined;
879
- flexWrap?: "wrap" | "nowrap" | "wrap-reverse" | undefined;
880
- height?: DimensionValue | undefined;
881
- justifyContent?: "center" | "flex-start" | "flex-end" | "space-between" | "space-around" | "space-evenly" | undefined;
882
- left?: DimensionValue | undefined;
883
- margin?: DimensionValue | undefined;
884
- marginBottom?: DimensionValue | undefined;
885
- marginEnd?: DimensionValue | undefined;
886
- marginHorizontal?: DimensionValue | undefined;
887
- marginLeft?: DimensionValue | undefined;
888
- marginRight: DimensionValue;
889
- marginStart?: DimensionValue | undefined;
890
- marginTop?: DimensionValue | undefined;
891
- marginVertical?: DimensionValue | undefined;
892
- maxHeight?: DimensionValue | undefined;
893
- maxWidth?: DimensionValue | undefined;
894
- minHeight?: DimensionValue | undefined;
895
- minWidth?: DimensionValue | undefined;
896
- overflow?: "visible" | "hidden" | "scroll" | undefined;
897
- padding?: DimensionValue | undefined;
898
- paddingBottom?: DimensionValue | undefined;
899
- paddingEnd?: DimensionValue | undefined;
900
- paddingHorizontal?: DimensionValue | undefined;
901
- paddingLeft?: DimensionValue | undefined;
902
- paddingRight?: DimensionValue | undefined;
903
- paddingStart?: DimensionValue | undefined;
904
- paddingTop: DimensionValue;
905
- paddingVertical?: DimensionValue | undefined;
906
- position?: "absolute" | "relative" | undefined;
907
- right?: DimensionValue | undefined;
908
- start?: DimensionValue | undefined;
909
- top?: DimensionValue | undefined;
910
- width?: DimensionValue | undefined;
911
- zIndex?: number | undefined;
912
- direction?: "inherit" | "ltr" | "rtl" | undefined;
913
- shadowColor?: import("react-native").ColorValue | undefined;
914
- shadowOffset?: Readonly<{
915
- width: number;
916
- height: number;
917
- }> | undefined;
918
- shadowOpacity?: import("react-native").AnimatableNumericValue | undefined;
919
- shadowRadius?: number | undefined;
920
- transform?: (import("react-native").PerpectiveTransform | import("react-native").RotateTransform | import("react-native").RotateXTransform | import("react-native").RotateYTransform | import("react-native").RotateZTransform | import("react-native").ScaleTransform | import("react-native").ScaleXTransform | import("react-native").ScaleYTransform | import("react-native").TranslateXTransform | import("react-native").TranslateYTransform | import("react-native").SkewXTransform | import("react-native").SkewYTransform | import("react-native").MatrixTransform)[] | undefined;
921
- transformMatrix?: number[] | undefined;
922
- rotation?: import("react-native").AnimatableNumericValue | undefined;
923
- scaleX?: import("react-native").AnimatableNumericValue | undefined;
924
- scaleY?: import("react-native").AnimatableNumericValue | undefined;
925
- translateX?: import("react-native").AnimatableNumericValue | undefined;
926
- translateY?: import("react-native").AnimatableNumericValue | undefined;
927
- };
928
- backgroundColor?: string | undefined;
929
- disabledPickerContainer?: ViewStyle | undefined;
930
- disabledPickerItem?: TextStyle | undefined;
931
- durationScrollFlatList?: ViewStyle | undefined;
932
- durationScrollFlatListContainer?: ViewStyle | undefined;
933
- durationScrollFlatListContentContainer?: ViewStyle | undefined;
934
- labelOffsetPercentage?: number | undefined;
935
- pickerAmPmContainer?: ViewStyle | undefined;
936
- pickerAmPmLabel?: TextStyle | undefined;
937
- pickerGradientOverlay?: ViewStyle | undefined;
938
- pickerItem?: TextStyle | undefined;
939
- pickerItemContainer?: (ViewStyle & {
940
- height?: number | undefined;
941
- }) | undefined;
942
- pickerLabel?: TextStyle | undefined;
943
- pickerLabelContainer?: ViewStyle | undefined;
944
- selectedPickerItem?: TextStyle | undefined;
945
- text?: TextStyle | undefined;
946
- theme?: "light" | "dark" | undefined;
947
- };
948
- };