
Security News
MCP Community Begins Work on Official MCP Metaregistry
The MCP community is launching an official registry to standardize AI tool discovery and let agents dynamically find and install MCP servers.
react-native-install-unknown-apps
Advanced tools
A lightweight React Native library to manage and enable the 'Install Unknown Apps' permission on Android devices. Ideal for apps that need to install APK files from external sources.
A lightweight React Native library to manage and enable the 'Install Unknown Apps' permission on Android devices. Ideal for apps that need to install APK files from external sources.
Using npm:
npm install react-native-install-unknown-apps
Using yarn:
yarn add react-native-install-unknown-apps
import {
checkAppInstallPermission,
requestAppInstallPermission,
} from 'react-native-install-unknown-apps';
// Check if the app can request install packages permission
const checkPermission = async () => {
const hasPermission = await checkAppInstallPermission();
if (!hasPermission) {
await requestAppInstallPermission();
}
};
checkPermission();
checkAppInstallPermission()
Promise<boolean>
requestAppInstallPermission()
Watch the demo video to see the library in action:
MIT
Made with ❤️ by [Aravind] 🚀
FAQs
A lightweight React Native library to manage and enable the 'Install Unknown Apps' permission on Android devices. Ideal for apps that need to install APK files from external sources.
The npm package react-native-install-unknown-apps receives a total of 6 weekly downloads. As such, react-native-install-unknown-apps popularity was classified as not popular.
We found that react-native-install-unknown-apps demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 0 open source maintainers collaborating on the project.
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
The MCP community is launching an official registry to standardize AI tool discovery and let agents dynamically find and install MCP servers.
Research
Security News
Socket uncovers an npm Trojan stealing crypto wallets and BullX credentials via obfuscated code and Telegram exfiltration.
Research
Security News
Malicious npm packages posing as developer tools target macOS Cursor IDE users, stealing credentials and modifying files to gain persistent backdoor access.