From 3ed82bd1d0501c536b496f94435bc55f16e6eb6c Mon Sep 17 00:00:00 2001 From: duguyihou Date: Thu, 7 Dec 2023 21:04:44 +1100 Subject: [PATCH] docs: Update README.md (#65) --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index ab8f7b3..8de8478 100644 --- a/README.md +++ b/README.md @@ -44,6 +44,7 @@ import TurboImage from "react-native-turbo-image"; | cachePolicy | string | memory | 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 | +| tintColor | string | | tint color | | onError | function | | The function to call when an error occurs. | | onSucess | function | | The function to call when the image is successfully loaded |