Skip to content

Commit 58c1102

Browse files
committed
edit readme.md
1 parent 1142dc0 commit 58c1102

File tree

2 files changed

+1
-30
lines changed

2 files changed

+1
-30
lines changed

README.md

Lines changed: 0 additions & 29 deletions
Original file line numberDiff line numberDiff 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 |

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
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",

0 commit comments

Comments
 (0)