File tree Expand file tree Collapse file tree 2 files changed +1
-30
lines changed Expand file tree Collapse file tree 2 files changed +1
-30
lines changed Original file line number Diff line number Diff line change @@ -135,35 +135,6 @@ const styles = StyleSheet.create({
135135
136136```
137137
138-
139-
140- ## Props
141-
142- - ` ref? ` : ref
143- - ` isArrow? ` : boolean
144- - ` disabled? ` : boolean
145- - ` initExpand? ` : boolean
146- - ` colorIcon? ` : string
147- - ` sizeIcon? ` : number
148- - ` otherProperty? ` : ViewProps
149- - ` isStatusFetching? ` : boolean
150- - ` isUnmountedContent? ` : boolean
151- - ` activeBackgroundIcon? ` : string;
152- - ` inactiveBackgroundIcon? ` : string;
153- - ` contentHeight? ` : number
154- - ` handleIcon? ` : () => void
155- - ` onAnimatedEndExpanded? ` : () => void
156- - ` onAnimatedEndCollapsed? ` : () => void
157- - ` handleCustomTouchable? ` : () => void
158- - ` handleContentTouchable? ` : () => void
159- - ` handleIndicatorFetching? ` : () => void
160- - ` renderContent? ` : () => void;
161- - ` configExpanded? ` : object;
162- - ` configCollapsed? ` : object;
163- - ` styleChevron? ` : ` StyleProp<ViewStyle> ` ;
164- - ` styleTouchable? ` : ` StyleProp<ViewStyle> ` ;
165- - ` styleContainer? ` : ` StyleProp<ViewStyle> ` ;
166-
167138## Props
168139
169140| name | description | required | type | default |
Original file line number Diff line number Diff line change 11{
22 "name" : " @dev-event/react-native-accordion" ,
3- "version" : " 2.0.0 " ,
3+ "version" : " 2.0.1 " ,
44 "description" : " A performant interactive collapsed view with fully configurable options" ,
55 "main" : " lib/commonjs/index" ,
66 "module" : " lib/module/index" ,
You can’t perform that action at this time.
0 commit comments