import {Progress} from '@smartacteam/react-native-ui';
<Progress value={50} />

| Name | Type | Required | Description |
|---|---|---|---|
value | number | No | Progress percentage (0–100). Will be clamped within the range. |
animatedValue | SharedValue<number> | No | Pass in a reanimated shared value to control animation externally. |
progressColor | keyof GlobalColorsType | No | Background color of the inner progress bar. Uses theme color. |
| (…) | (Inherited) | Props from BaseSmacStyling, ViewProps. |
See
BaseSmacStylingand React Native View Props for inherited options.