Skip to content

Commit

Permalink
docs: update README.md (#58)
Browse files Browse the repository at this point in the history
  • Loading branch information
duguyihou authored Dec 4, 2023
1 parent 9c1be3e commit 091eef4
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -37,8 +37,9 @@ import TurboImage from "react-native-turbo-image";
| url | string | | The URL of the image |
| style | object | | The style of the image |
| resizeMode | string | contain | The resize mode of the image |
| showActivityIndicator | boolean | false | Whether to show the UIActivityIndicatorView indicator when the image is loading |
| base64Placeholder | string | | The base64 encoded placeholder image to show while the image is loading |
| showActivityIndicator | boolean | false | Whether to show the UIActivityIndicatorView indicator when loading |
| base64Placeholder | string | | The base64 encoded placeholder image to show while loading |
| blurhash | string | | The blurhash of the image to show while loading |
| cachePolicy | string | shared | The cache policy of the image |
| fadeDuration | number | 0.5 | The transition duration of the image |
| rounded | boolean | false | Round the image into a circle |
Expand Down

0 comments on commit 091eef4

Please sign in to comment.