Gathering detailed insights and metrics for react-native-devsettings-android
Gathering detailed insights and metrics for react-native-devsettings-android
Gathering detailed insights and metrics for react-native-devsettings-android
Gathering detailed insights and metrics for react-native-devsettings-android
react-native-devsettings
A simple library to enable/disable Chrome Debugger from your app
jsc-android
Pre-build version of JavaScriptCore to be used by React Native apps
@react-native-community/cli-platform-android
This package is part of the [React Native CLI](../../README.md). It contains commands for managing the Android part of React Native app.
react-native-safe-area-context
A flexible way to handle safe area, also works on Android and web.
npm install react-native-devsettings-android
Module System
Unable to determine the module system for this package.
Min. Node Version
Typescript Support
Node Version
NPM Version
24 Stars
32 Commits
9 Forks
4 Watching
9 Branches
5 Contributors
Updated on 06 Nov 2024
Java (41.93%)
Objective-C (30.62%)
JavaScript (15.47%)
Starlark (11.98%)
Cumulative downloads
Total Downloads
Last day
22.2%
22
Compared to previous day
Last week
-12%
66
Compared to previous week
Last month
2.3%
356
Compared to previous month
Last year
-33.5%
14,828
Compared to previous year
No dependencies detected.
The Android implementation for iOS NativeModules.DevSettings
of React Native.
DEPRECATED NOTE The DevSettings implementation for Android have been landed in React Native v0.60.
1$ npm install --save react-native-devsettings-android 2$ react-native link react-native-devsettings-android
These methods are only for debug mode, doesn't effect in release mode.
1import { NativeModules } from 'react-native'
2
3// Methods
4NativeModules.DevSettings.reload()
5NativeModules.DevSettings.toggleElementInspector()
6NativeModules.DevSettings.setIsDebuggingRemotely(bool)
7NativeModules.DevSettings.setLiveReloadEnabled(bool)
8NativeModules.DevSettings.setHotLoadingEnabled(bool)
9
10// Extra method that haven't on iOS
11NativeModules.DevSettings.show()
Doesn't support the following methods:
1NativeModules.DevSettings.setIsShakeToShowDevMenuEnabled(bool)
2NativeModules.DevSettings.setProfilingEnabled(bool)
DevSettings
to provide dev menuNo vulnerabilities found.
Reason
license file detected
Details
Reason
binaries present in source code
Details
Reason
Found 4/29 approved changesets -- score normalized to 1
Reason
0 commit(s) and 0 issue activity found in the last 90 days -- score normalized to 0
Reason
no effort to earn an OpenSSF best practices badge detected
Reason
security policy file not detected
Details
Reason
project is not fuzzed
Details
Reason
branch protection not enabled on development/release branches
Details
Reason
SAST tool is not run on all commits -- score normalized to 0
Details
Reason
76 existing vulnerabilities detected
Details
Score
Last Scanned on 2024-11-25
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