Skip to content

Commit

Permalink
readme fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Waseem6409 committed Sep 30, 2024
1 parent 3d102da commit d65ee8e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ import { Accordion } from 'react-native-animated-accordion';

| Prop | Description | Default |
| --------------------------- | ------------------------------------------------------------------------------------------ | -------------------- |
| **`open`** | if you want to control the collapsed state yourself | `boolean (Required)` |
| **`open`** | A boolean value to manage the state of the accordion | `null (Required)` |
| **`onChange`** | Function triggered with value of type boolean passed as argument for possible future value | `null` |
| **`headerText`** | Text of header | `""` |
| **`icon`** | A JSX Icon Element | `null` |
Expand Down

0 comments on commit d65ee8e

Please sign in to comment.