Gathering detailed insights and metrics for @react-navigation/bottom-tabs
Gathering detailed insights and metrics for @react-navigation/bottom-tabs
Gathering detailed insights and metrics for @react-navigation/bottom-tabs
Gathering detailed insights and metrics for @react-navigation/bottom-tabs
@shopify/react-native-performance-navigation-bottom-tabs
Extension library atop @shopify/react-native-performance. Contains some utilities for easier profiling of apps using @react-navigation/bottom-tabs.
@exodus/react-navigation-bottom-tabs
Bottom tab navigator following iOS design guidelines
@react-navigation/material-bottom-tabs
Integration for bottom navigation component from react-native-paper
@react-navigation/material-top-tabs
Integration for the animated tab view component from react-native-tab-view
Routing and navigation for your React Native apps
npm install @react-navigation/bottom-tabs
60.3
Supply Chain
47.7
Quality
93.5
Maintenance
50
Vulnerability
95.6
License
@react-navigation/drawer@7.0.13
Published on 27 Nov 2024
@react-navigation/bottom-tabs@7.0.13
Published on 27 Nov 2024
@react-navigation/native@7.0.8
Published on 27 Nov 2024
@react-navigation/elements@2.1.7
Published on 27 Nov 2024
@react-navigation/devtools@7.0.9
Published on 27 Nov 2024
@react-navigation/core@7.1.1
Published on 27 Nov 2024
Module System
Min. Node Version
Typescript Support
Node Version
NPM Version
23,624 Stars
3,084 Commits
5,047 Forks
320 Watching
21 Branches
237 Contributors
Updated on 27 Nov 2024
Minified
Minified + Gzipped
TypeScript (99.45%)
JavaScript (0.55%)
Cumulative downloads
Total Downloads
Last day
-1.7%
183,566
Compared to previous day
Last week
1.9%
959,263
Compared to previous week
Last month
12.9%
3,891,772
Compared to previous month
Last year
50%
34,493,960
Compared to previous year
2
5
Routing and navigation for your React Native apps.
Documentation can be found at reactnavigation.org.
This branch contains the code for the latest stable version of React Navigation. You can find the code for previous versions in the following branches:
Please read through our contribution guide to get started!
Since we use a monorepo, it's not possible to install a package from the repository URL. If you need to install a forked version from Git, you can use gitpkg
.
First install gitpkg
:
1yarn global add gitpkg
Then follow these steps to publish and install a forked package:
cd
to the location of the cloned repoyarn
to install any dependenciesyarn lerna run prepack
to perform the build stepscd
to the package directory that you want to use (e.g. cd packages/stack
for @react-navigation/stack
)gitpkg publish
to publish the package to your repoAfter publishing, you should see something like this:
1Package uploaded to git@github.com:<user>/<repo>.git with the name <name>
You can now install the dependency in your project:
1yarn add <user>/<repo>.git#<name>
Remember to replace <user>
, <repo>
and <name>
with right values.
No vulnerabilities found.
Reason
30 commit(s) and 8 issue activity found in the last 90 days -- score normalized to 10
Reason
no dangerous workflow patterns detected
Reason
no binaries found in the repo
Reason
6 existing vulnerabilities detected
Details
Reason
Found 5/30 approved changesets -- score normalized to 1
Reason
no effort to earn an OpenSSF best practices badge detected
Reason
security policy file not detected
Details
Reason
license file not detected
Details
Reason
detected GitHub workflow tokens with excessive permissions
Details
Reason
project is not fuzzed
Details
Reason
dependency not pinned by hash detected -- score normalized to 0
Details
Reason
SAST tool is not run on all commits -- score normalized to 0
Details
Score
Last Scanned on 2024-11-18
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