Skip to content

Commit 5143555

Browse files
Update README.md (#972)
a minor typo! course -> cause
1 parent 7f47062 commit 5143555

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
@@ -328,7 +328,7 @@ const styles = StyleSheet.create({
328328
| style | object | {backgroundColor:"#eee"} | support normal view style, you can use this to set border/spacing color... | ✔ | ✔ | ✔ | <3.0
329329
| progressContainerStyle | object | {backgroundColor:"#eee"} | support normal view style, you can use this to set border/spacing color... |||| 6.9.0 |
330330
| renderActivityIndicator | (progress) => Component | <ProgressBar/> | when loading show it as an indicator, you can use your component |||| <3.0 |
331-
| enableAntialiasing | bool | true | improve rendering a little bit on low-res screens, but maybe course some problem on Android 4.4, so add a switch |||| <3.0 |
331+
| enableAntialiasing | bool | true | improve rendering a little bit on low-res screens, but maybe cause some problem on Android 4.4, so add a switch |||| <3.0 |
332332
| enablePaging | bool | false | only show one page in screen |||| 5.0.1 |
333333
| enableRTL | bool | false | scroll page as "page3, page2, page1" |||| 5.0.1 |
334334
| enableAnnotationRendering | bool | true | enable rendering annotation, notice:iOS only support initial setting,not support realtime changing |||| 5.0.3 |
@@ -391,4 +391,4 @@ Set the current page of the PDF component. pageNumber is a positive integer. If
391391
Example:
392392
```
393393
this.pdf.setPage(42); // Display the answer to the Ultimate Question of Life, the Universe, and Everything
394-
```
394+
```

0 commit comments

Comments
 (0)