Skip to content

Commit 306e7f5

Browse files
fix: change us to use (#1051)
1 parent c0adeed commit 306e7f5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

blog/2020-05-16-web-support.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -101,7 +101,7 @@ It's especially important in case of the [stack navigator](/docs/stack-navigator
101101
102102
### Permanent drawer
103103
104-
Another way we can make maximum us of the available screen size is by making our UIs adapt to different screen sizes. For example, we may want to show a sidebar for navigation on large screens while switching to a drawer on smaller screens. You can now specify `drawerType` as `permanent` to show an always visible sidebar. See the [documentation for `drawerType`](/docs/drawer-navigator#drawertype) for example code on how to achieve it.
104+
Another way we can make maximum use of the available screen size is by making our UIs adapt to different screen sizes. For example, we may want to show a sidebar for navigation on large screens while switching to a drawer on smaller screens. You can now specify `drawerType` as `permanent` to show an always visible sidebar. See the [documentation for `drawerType`](/docs/drawer-navigator#drawertype) for example code on how to achieve it.
105105
106106
<video playsInline autoPlay muted loop style={{ maxWidth: '100%' }}>
107107
<source src="/assets/blog/web-support/permanent-drawer.mp4" type="video/mp4" />

0 commit comments

Comments
 (0)