Skip to content
This repository was archived by the owner on Sep 28, 2021. It is now read-only.

Commit 3a395ec

Browse files
committed
fix typo error
1 parent 4c988ca commit 3a395ec

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@ export default class App extends React.Component {
8282
| flipThreshold | number | no | Swipe threshold of the next page | `80` |
8383
| maxOverflow | number | no | The X position maximum, that current page can slide to the next page | `300` |
8484
| index | number | no | Init index of images | `0` |
85-
| failImageSource | string, object<br><br>`{uri: string}` | no | placeholder for fail | `''` |
85+
| failImageSource | string, object<br><br>`{url: string}` | no | placeholder for fail | `''` |
8686
| loadingRender | function<br><br>`() => React.ReactElement<any>` | no | placeholder for loading | `() => null` |
8787
| onSaveToCamera | function<br><br>`(index?: number => void` | no | The callback for save to camera | `() => {}` |
8888
| onChange | function<br><br>`(index?: number => void` | no | When the image changed | `() => {}` |

0 commit comments

Comments
 (0)