From f2cb9cda09ae0e0056e43479be8653971b64bc53 Mon Sep 17 00:00:00 2001 From: Aymen Hamada Date: Sun, 10 Mar 2024 09:38:18 +0100 Subject: [PATCH] docs(ui-components): add Pressable component documentation --- website/versioned_docs/version-0.70/components-and-apis.md | 6 ++++++ website/versioned_docs/version-0.71/components-and-apis.md | 6 ++++++ website/versioned_docs/version-0.72/components-and-apis.md | 6 ++++++ website/versioned_docs/version-0.73/components-and-apis.md | 6 ++++++ 4 files changed, 24 insertions(+) diff --git a/website/versioned_docs/version-0.70/components-and-apis.md b/website/versioned_docs/version-0.70/components-and-apis.md index 555d419118a..ec973ed3118 100644 --- a/website/versioned_docs/version-0.70/components-and-apis.md +++ b/website/versioned_docs/version-0.70/components-and-apis.md @@ -67,6 +67,12 @@ These common user interface controls will render on any platform.

Button

A basic button component for handling touches that should render nicely on any platform.

+ +
+ +

Pressable

+

A Core Component wrapper that can detect various stages of press interactions on any of its defined children

+
diff --git a/website/versioned_docs/version-0.71/components-and-apis.md b/website/versioned_docs/version-0.71/components-and-apis.md index 555d419118a..ec973ed3118 100644 --- a/website/versioned_docs/version-0.71/components-and-apis.md +++ b/website/versioned_docs/version-0.71/components-and-apis.md @@ -67,6 +67,12 @@ These common user interface controls will render on any platform.

Button

A basic button component for handling touches that should render nicely on any platform.

+
+
+ +

Pressable

+

A Core Component wrapper that can detect various stages of press interactions on any of its defined children

+
diff --git a/website/versioned_docs/version-0.72/components-and-apis.md b/website/versioned_docs/version-0.72/components-and-apis.md index 555d419118a..ec973ed3118 100644 --- a/website/versioned_docs/version-0.72/components-and-apis.md +++ b/website/versioned_docs/version-0.72/components-and-apis.md @@ -67,6 +67,12 @@ These common user interface controls will render on any platform.

Button

A basic button component for handling touches that should render nicely on any platform.

+
+
+ +

Pressable

+

A Core Component wrapper that can detect various stages of press interactions on any of its defined children

+
diff --git a/website/versioned_docs/version-0.73/components-and-apis.md b/website/versioned_docs/version-0.73/components-and-apis.md index 9c54a48d7a1..62f6e2179ea 100644 --- a/website/versioned_docs/version-0.73/components-and-apis.md +++ b/website/versioned_docs/version-0.73/components-and-apis.md @@ -67,6 +67,12 @@ These common user interface controls will render on any platform.

Button

A basic button component for handling touches that should render nicely on any platform.

+
+
+ +

Pressable

+

A Core Component wrapper that can detect various stages of press interactions on any of its defined children

+