react-native-permissions is a cross-platform permissions library that provides a unified interface for requesting and checking system permissions across iOS, Android, and Windows. It functions as a permission status manager and device capability auditor to determine if access to sensitive data or hardware is granted, denied, or blocked. The project includes a media access controller to handle limited access to photos and contacts through system-native pickers. It also features a system settings integrator that directs users to device settings pages to manually toggle application and notificat
PermissionsDispatcher is a declarative Android API and runtime permission manager. It provides a structured system for requesting and verifying system permissions while separating authorization logic from general business code. The project focuses on managing the permission request workflow, which includes justifying requests with custom explanations and handling user responses to system prompts. It also functions as a system settings guide, directing users to the manual Android settings menu for special permissions that require approval outside of the application.
Bolts-ObjC is an Objective-C mobile development library providing tools for coordinating asynchronous operations and routing deep links within native applications. It functions as a framework for managing background tasks and resolving navigation metadata to direct users to specific content. The library includes a deep link routing engine and an app link navigator that resolve handler compatibility to launch native experiences or trigger web browser fallbacks. It also features a mobile analytics link logger to track user movement through deep links for integration with external analytics plat
AndPermission is a unified API manager for coordinating runtime permissions, secure file sharing, and high-privilege system access on Android. It provides a lifecycle-aware wrapper for handling dangerous permissions and user consent callbacks through a centralized permissions manager. The project distinguishes itself by managing special permissions that require high-privilege access, such as notification monitoring, screen overlays, and the ability to install applications from unknown sources. It also includes a dedicated tool for secure file sharing that generates temporary read and write ac
react-native-permissions este o bibliotecă de permisiuni mobile cross-platform care oferă un API unificat pentru verificarea și solicitarea permisiunilor hardware și software pe iOS, Android și Windows. Acesta servește ca manager de permisiuni pentru dispozitive pentru a verifica starea permisiunilor și a solicita utilizatorilor accesul la funcțiile dispozitivului pe diferite sisteme de operare.
Principalele funcționalități ale yonahforst/react-native-permissions sunt: Hardware Permission Management, Cross-Platform Permissions Libraries, Permission APIs, Mobile Device Feature Access, Platform-Specific Native Modules, Cross-Platform Permission Management, System Permission Status Checks, Permission Management Tools.
Alternativele open-source pentru yonahforst/react-native-permissions includ: zoontek/react-native-permissions — react-native-permissions is a cross-platform permissions library that provides a unified interface for requesting and… boltsframework/bolts-objc — Bolts-ObjC is an Objective-C mobile development library providing tools for coordinating asynchronous operations and… permissions-dispatcher/permissionsdispatcher — PermissionsDispatcher is a declarative Android API and runtime permission manager. It provides a structured system for… yanzhenjie/andpermission — AndPermission is a unified API manager for coordinating runtime permissions, secure file sharing, and high-privilege… uber/ribs — RIBs is a mobile architecture framework that structures applications around isolated, lifecycle-managed units of… zo0r/react-native-push-notification — This is a cross-platform push notification library for managing local and remote notifications. It provides a…