Gathering detailed insights and metrics for react-navigation-drawer
Gathering detailed insights and metrics for react-navigation-drawer
Gathering detailed insights and metrics for react-navigation-drawer
Gathering detailed insights and metrics for react-navigation-drawer
@react-navigation/drawer
Integration for the drawer component from react-native-drawer-layout
@hawk-ui/navigation-drawer
hawk-ui: Basic Navigation Drawer Component
react-navigation-dynamic-drawer
Dynamically add or remove screens to/from a react-navigation/drawer and optionally organize them in a tree structure.
@ohmi/react-navigation-drawer
Drawer navigator component for React Navigation
npm install react-navigation-drawer
Typescript
Module System
Node Version
NPM Version
TypeScript (97.34%)
JavaScript (2.66%)
Total Downloads
0
Last Day
0
Last Week
0
Last Month
0
Last Year
0
MIT License
144 Stars
141 Commits
122 Forks
11 Watchers
15 Branches
37 Contributors
Updated on Mar 15, 2025
Latest Version
2.7.2
Package Id
react-navigation-drawer@2.7.2
Unpacked Size
374.53 kB
Size
72.97 kB
File Count
85
NPM Version
8.1.2
Node Version
16.13.2
Cumulative downloads
Total Downloads
Last Day
0%
NaN
Compared to previous day
Last Week
0%
NaN
Compared to previous week
Last Month
0%
NaN
Compared to previous month
Last Year
0%
NaN
Compared to previous year
6
Drawer navigator for use on iOS and Android.
Open a Terminal in the project root and run:
1yarn add react-navigation-drawer
If you are using Expo, you are done. Otherwise, continue to the next step.
Install and link react-native-gesture-handler
and react-native-reanimated
. To install and link them, run:
1yarn add react-native-reanimated react-native-gesture-handler 2react-native link react-native-reanimated 3react-native link react-native-gesture-handler
IMPORTANT: There are additional steps required for react-native-gesture-handler
on Android after running react-native link react-native-gesture-handler
. Check the this guide to complete the installation.
1import { createDrawerNavigator } from 'react-navigation-drawer'; 2 3export default createDrawerNavigator({ 4 Inbox: InboxStack 5 Drafts: DraftsStack, 6}, { 7 initialRouteName: 'Inbox', 8 contentOptions: { 9 activeTintColor: '#e91e63', 10 }, 11});
yarn
in the root directory and in the example
directoryyarn dev
in the root directoryyarn start
in the example
directoryDocumentation can be found on the React Navigation website.
No vulnerabilities found.
Reason
no dangerous workflow patterns detected
Reason
no binaries found in the repo
Reason
license file detected
Details
Reason
Found 5/30 approved changesets -- score normalized to 1
Reason
project is archived
Details
Reason
detected GitHub workflow tokens with excessive permissions
Details
Reason
no effort to earn an OpenSSF best practices badge detected
Reason
dependency not pinned by hash detected -- score normalized to 0
Details
Reason
security policy file not detected
Details
Reason
project is not fuzzed
Details
Reason
SAST tool is not run on all commits -- score normalized to 0
Details
Reason
103 existing vulnerabilities detected
Details
Score
Last Scanned on 2025-07-07
The Open Source Security Foundation is a cross-industry collaboration to improve the security of open source software (OSS). The Scorecard provides security health metrics for open source projects.
Learn More