Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 6 additions & 0 deletions website/versioned_docs/version-0.70/components-and-apis.md
Original file line number Diff line number Diff line change
Expand Up @@ -67,6 +67,12 @@ These common user interface controls will render on any platform.
<h3>Button</h3>
<p>A basic button component for handling touches that should render nicely on any platform.</p>
</a>
</div>
<div className="component">
<a href="./pressable">
<h3>Pressable</h3>
<p>A Core Component wrapper that can detect various stages of press interactions on any of its defined children</p>

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I love the idea of highlighting this component, but perhaps the verbiage could lead someone astray (what is a Core Component, is that another component we should be aware of?) Instead, I would slightly adjust the first half of the sentence to read:

Suggested change
<p>A Core Component wrapper that can detect various stages of press interactions on any of its defined children</p>
<p>A wrapper component that can detect various stages of press interactions on any of its children</p>

</a>
</div>
<div className="component">
<a href="./switch">
Expand Down
6 changes: 6 additions & 0 deletions website/versioned_docs/version-0.71/components-and-apis.md
Original file line number Diff line number Diff line change
Expand Up @@ -67,6 +67,12 @@ These common user interface controls will render on any platform.
<h3>Button</h3>
<p>A basic button component for handling touches that should render nicely on any platform.</p>
</a>
</div>
<div className="component">
<a href="./pressable">
<h3>Pressable</h3>
<p>A Core Component wrapper that can detect various stages of press interactions on any of its defined children</p>
</a>
</div>
<div className="component">
<a href="./switch">
Expand Down
6 changes: 6 additions & 0 deletions website/versioned_docs/version-0.72/components-and-apis.md
Original file line number Diff line number Diff line change
Expand Up @@ -67,6 +67,12 @@ These common user interface controls will render on any platform.
<h3>Button</h3>
<p>A basic button component for handling touches that should render nicely on any platform.</p>
</a>
</div>
<div className="component">
<a href="./pressable">
<h3>Pressable</h3>
<p>A Core Component wrapper that can detect various stages of press interactions on any of its defined children</p>
</a>
</div>
<div className="component">
<a href="./switch">
Expand Down
6 changes: 6 additions & 0 deletions website/versioned_docs/version-0.73/components-and-apis.md
Original file line number Diff line number Diff line change
Expand Up @@ -67,6 +67,12 @@ These common user interface controls will render on any platform.
<h3>Button</h3>
<p>A basic button component for handling touches that should render nicely on any platform.</p>
</a>
</div>
<div className="component">
<a href="./pressable">
<h3>Pressable</h3>
<p>A Core Component wrapper that can detect various stages of press interactions on any of its defined children</p>
</a>
</div>
<div className="component">
<a href="./switch">
Expand Down