Skip to content
Merged
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: 5 additions & 1 deletion docs/drawerlayoutandroid.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,12 @@
---
id: drawerlayoutandroid
title: DrawerLayoutAndroid
title: '🗑️ DrawerLayoutAndroid'
---

:::warning[Deprecated]
Use [`react-native-drawer-layout`](https://reactnavigation.org/docs/drawer-layout/) instead.
:::

import Tabs from '@theme/Tabs'; import TabItem from '@theme/TabItem'; import constants from '@site/core/TabsConstants';

React component that wraps the platform `DrawerLayout` (Android only). The Drawer (typically used for navigation) is rendered with `renderNavigationView` and direct children are the main view (where your content goes). The navigation view is initially not visible on the screen, but can be pulled in from the side of the window specified by the `drawerPosition` prop and its width can be set by the `drawerWidth` prop.
Expand Down
6 changes: 5 additions & 1 deletion website/versioned_docs/version-0.87/drawerlayoutandroid.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,12 @@
---
id: drawerlayoutandroid
title: DrawerLayoutAndroid
title: '🗑️ DrawerLayoutAndroid'
---

:::warning[Deprecated]
Use [`react-native-drawer-layout`](https://reactnavigation.org/docs/drawer-layout/) instead.
:::

import Tabs from '@theme/Tabs'; import TabItem from '@theme/TabItem'; import constants from '@site/core/TabsConstants';

React component that wraps the platform `DrawerLayout` (Android only). The Drawer (typically used for navigation) is rendered with `renderNavigationView` and direct children are the main view (where your content goes). The navigation view is initially not visible on the screen, but can be pulled in from the side of the window specified by the `drawerPosition` prop and its width can be set by the `drawerWidth` prop.
Expand Down