Files
react-navigation/packages/drawer
Satyajit Sahoo cda6397b89 refactor: don't use a boolean for drawer status
BREAKING CHANGE: Drawer status is now a union ('open', 'closed') instead of a boolean. This will let us implement more types of status in future.

Following this the following exports have been renamed as well:
- getIsDrawerOpenFromState -> getDrawerStatusFromState
- useIsDrawerOpen -> useDrawerStatus
2021-01-15 12:49:20 +01:00
..
2020-11-10 20:41:26 +01:00
2020-02-01 02:43:58 +01:00
2021-01-08 13:59:24 +01:00

@react-navigation/drawer

Drawer navigator for React Navigation following Material Design guidelines.

Installation instructions and documentation can be found on the React Navigation website.