Optional
children?: React.ReactNodeChildren to render
Optional
componentDirect props to set on the React Native component (including iOS and Android specific props). Most use cases should not need this.
Optional
disabled?: booleanIndicate if disabled
Optional
firstIndicate if item is first accordion loaded (if using group. Set true if single accordion)
Optional
onOn press callback. Component will toggle open automatically.
Optional
open?: booleanIndicate if open. Component handles open changes.
Optional
status?: "complete" | "in-progress" | "invalid" | "pending"Status of the progress (defaults to pending)
Optional
style?: StyleProp<ViewStyle>Style to set on the item
Optional
subSub text to show for the accordion (on right side)
Title to show for the accordion
Generated using TypeDoc
Props for ProgressIndicator component