diff --git a/docs/docs/components/reanimated-drawer-layout.mdx b/docs/docs/components/reanimated-drawer-layout.mdx index 6501f50b6..6fff2ec3c 100644 --- a/docs/docs/components/reanimated-drawer-layout.mdx +++ b/docs/docs/components/reanimated-drawer-layout.mdx @@ -21,14 +21,14 @@ import ReanimatedDrawerLayout from 'react-native-gesture-handler/ReanimatedDrawe ### `drawerType` -accepts values of the `DrawerPosition` enum, defaults to `DrawerPosition.FRONT`. +accepts values of the `DrawerPosition` enum, defaults to `FRONT`. Specifies the way the drawer will be displayed. -- `DrawerPosition.FRONT` the drawer will be displayed above the content view. -- `DrawerPosition.BACK` the drawer will be displayed below the content view, revealed by sliding away the content view. -- `DrawerPosition.SLIDE` the drawer will appear attached to the content view, opening it slides both the drawer and the content view. +- `FRONT` the drawer will be displayed above the content view. +- `BACK` the drawer will be displayed below the content view, revealed by sliding away the content view. +- `SLIDE` the drawer will appear attached to the content view, opening it slides both the drawer and the content view. -| `DrawerPosition.FRONT` | `DrawerPosition.BACK` | `DrawerPosition.SLIDE` | +| `FRONT` | `BACK` | `SLIDE` | | ------------------------------------------------- | ------------------------------------------------ | ------------------------------------------------- | | | | |