diff --git a/docs/next/image-style-props.html b/docs/next/image-style-props.html
index f8975d81d3d..728164d75a6 100644
--- a/docs/next/image-style-props.html
+++ b/docs/next/image-style-props.html
@@ -169,7 +169,7 @@
| Type | Required |
-| Object.keys(ImageResizeMode) | No |
+| enum('cover', 'contain', 'stretch', 'repeat', 'center') | No |
diff --git a/docs/next/image-style-props/index.html b/docs/next/image-style-props/index.html
index f8975d81d3d..728164d75a6 100644
--- a/docs/next/image-style-props/index.html
+++ b/docs/next/image-style-props/index.html
@@ -169,7 +169,7 @@
| Type | Required |
-| Object.keys(ImageResizeMode) | No |
+| enum('cover', 'contain', 'stretch', 'repeat', 'center') | No |