diff --git a/docs/pressable.md b/docs/pressable.md index 761cc7e2fa7..72d3489a5d6 100644 --- a/docs/pressable.md +++ b/docs/pressable.md @@ -221,9 +221,9 @@ Additional distance outside of this view in which a touch is considered a press Either view styles or a function that receives a boolean reflecting whether the component is currently pressed and returns view styles. -| Type | -| ------------------------------ | -| [View Style](view-style-props) | +| Type | +| ----------------------------------------------------------------------------------------------- | +| [View Style](view-style-props) or `md ({ pressed: boolean }) => [View Style](view-style-props)` | ### `testOnly_pressed` diff --git a/website/versioned_docs/version-0.70/pressable.md b/website/versioned_docs/version-0.70/pressable.md index c2145b959aa..ac4f289e9e6 100644 --- a/website/versioned_docs/version-0.70/pressable.md +++ b/website/versioned_docs/version-0.70/pressable.md @@ -225,9 +225,9 @@ Additional distance outside of this view in which a touch is considered a press Either view styles or a function that receives a boolean reflecting whether the component is currently pressed and returns view styles. -| Type | -| ------------------------------ | -| [View Style](view-style-props) | +| Type | +| ----------------------------------------------------------------------------------------------- | +| [View Style](view-style-props) or `md ({ pressed: boolean }) => [View Style](view-style-props)` | ### `testOnly_pressed` diff --git a/website/versioned_docs/version-0.71/pressable.md b/website/versioned_docs/version-0.71/pressable.md index 8cfb57e9c6d..db0033ed717 100644 --- a/website/versioned_docs/version-0.71/pressable.md +++ b/website/versioned_docs/version-0.71/pressable.md @@ -221,9 +221,9 @@ Additional distance outside of this view in which a touch is considered a press Either view styles or a function that receives a boolean reflecting whether the component is currently pressed and returns view styles. -| Type | -| ------------------------------ | -| [View Style](view-style-props) | +| Type | +| ----------------------------------------------------------------------------------------------- | +| [View Style](view-style-props) or `md ({ pressed: boolean }) => [View Style](view-style-props)` | ### `testOnly_pressed` diff --git a/website/versioned_docs/version-0.72/pressable.md b/website/versioned_docs/version-0.72/pressable.md index 761cc7e2fa7..72d3489a5d6 100644 --- a/website/versioned_docs/version-0.72/pressable.md +++ b/website/versioned_docs/version-0.72/pressable.md @@ -221,9 +221,9 @@ Additional distance outside of this view in which a touch is considered a press Either view styles or a function that receives a boolean reflecting whether the component is currently pressed and returns view styles. -| Type | -| ------------------------------ | -| [View Style](view-style-props) | +| Type | +| ----------------------------------------------------------------------------------------------- | +| [View Style](view-style-props) or `md ({ pressed: boolean }) => [View Style](view-style-props)` | ### `testOnly_pressed`