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 style?: StyleProp<ViewStyle>Style to set on the item
Optional textBreak mode for text. Default is to wrap text
Title to show for the accordion
Generated using TypeDoc
Props for Accordion component