
Security News
Crates.io Implements Trusted Publishing Support
Crates.io adds Trusted Publishing support, enabling secure GitHub Actions-based crate releases without long-lived API tokens.
react-native-navigation-bar-detector
Advanced tools
A React Native module that detects which navigationbar is used on android. This way, it is possible to detect if gestures, two buttons or three buttons are used.
A React Native module that detects which navigation-bar is used on android. This way, it is possible to detect if gestures, two buttons or three buttons are used.
At the moment, this module only works on Android. If you want to use this module on iOS (for example to check whether a button or a gesture bar is used), please create an issue.
npm install react-native-navigation-bar-detector
Run npx pod-install
after installing the npm package.
No additional steps needed
The API is very simple to use, as there is only one method to call.
This is a function to get the type of navigation bar being used. It's currently only compatible with Android devices. iOS compatibility is planned in the near future.
import { getNavigationBarType } from "path/to/ReactNativeNavigationBarDetectorModule"
const navBarType = getNavigationBarType();
Type: NavigationBarType This function will return one of four potential strings:
Contributions are very welcome! Please do so by opening an issue or creating a Pull Request.
FAQs
Did you know?
Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.
Security News
Crates.io adds Trusted Publishing support, enabling secure GitHub Actions-based crate releases without long-lived API tokens.
Research
/Security News
Undocumented protestware found in 28 npm packages disrupts UI for Russian-language users visiting Russian and Belarusian domains.
Research
/Security News
North Korean threat actors deploy 67 malicious npm packages using the newly discovered XORIndex malware loader.