We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7a510e1 commit 4005dc7Copy full SHA for 4005dc7
js/index.d.ts
@@ -1,5 +1,5 @@
1
import React from 'react';
2
-import {ViewProps, ImageSourcePropType} from 'react-native';
+import {ViewProps, ImageSourcePropType, ColorValue} from 'react-native';
3
4
export type ProgressViewProps = ViewProps & {
5
/**
@@ -15,12 +15,12 @@ export type ProgressViewProps = ViewProps & {
15
16
* The tint color of the progress bar itself.
17
*/
18
- progressTintColor?: string,
+ progressTintColor?: ColorValue,
19
20
21
* The tint color of the progress bar track.
22
23
- trackTintColor?: string,
+ trackTintColor?: ColorValue,
24
25
26
* A stretchable image to display as the progress bar.
0 commit comments