Skip to content

Commit 24ebc53

Browse files
committed
Bug fix: fixed prop names in documentation
1 parent d8a0d2f commit 24ebc53

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -175,8 +175,8 @@ And in Android, image inside view component, view need width、height.
175175
| nextBtnLabel | string、Text element || The bottom left custom Text label |
176176
| pageArray | array | | In the basic usage, you can input object array to render basic view example: ```[[{title: 'Page 1', description: 'Description 1', img: 'https://goo.gl/uwzs0C', imgStyle: {height: 80 * 2.5, width: 109 * 2.5 }, backgroundColor: '#fa931d', fontColor: '#fff', level: 10 }]``` , level is parallax effect level ,if you use pageArray you can't use custom view |
177177
| defaultIndex | number | 0 | number of the index of the initial index |
178-
| renderSkipButton | bool | true | a boolean defining if we should render the skip button |
179-
| renderDoneButton | bool | true | a boolean that defines if we should render the done button |
178+
| showSkipButton | bool | true | a boolean defining if we should render the skip button |
179+
| showDoneButton | bool | true | a boolean that defines if we should render the done button |
180180

181181
##### **Children View Properties**
182182
| Prop | PropType | Default Value | Description |

0 commit comments

Comments
 (0)