Skip to content

Commit

Permalink
Changed for clarity
Browse files Browse the repository at this point in the history
  • Loading branch information
grahammendick authored Aug 15, 2024
1 parent 9761613 commit 90c91ea
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion documentation/native/drawer.html
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ <h1>Drawer</h1>
);</code></pre>
<div class="Note">
<h2>Note</h2>
The <code>Drawer</code> only shows on Android because the Navigation router is 100% native and there is no native drawer on iOS
The <code>Drawer</code> doesn't show on iOS because the Navigation router is 100% native and there is no native drawer on iOS
</div>
<p>
By default the <code>Drawer</code> is uncontrolled, where only the user can open and close it (by dragging or tapping the hamburger icon). But it can also be controlled so you can programmatically open and close it. In our email example, when the user presses the 'sent' button we close the <code>Drawer</code> so they can select an email to read.
Expand Down

0 comments on commit 90c91ea

Please sign in to comment.