awesome-repositories.com
博客
MCP
awesome-repositories.com

通过 AI 驱动的搜索,发现最优秀的开源仓库。

探索精选搜索开源替代品自托管软件博客网站地图
项目关于排名机制媒体报道MCP 服务器
法律隐私政策服务条款
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·
zoontek avatar

zoontek/react-native-permissions

0
View on GitHub↗
4,370 星标·849 分支·Objective-C++·MIT·3 次浏览

React Native Permissions

react-native-permissions 是一个跨平台权限库,为 iOS、Android 和 Windows 提供了请求和检查系统权限的统一接口。它充当权限状态管理器和设备能力审计器,以确定对敏感数据或硬件的访问是被授予、拒绝还是阻止。

该项目包含一个媒体访问控制器,通过系统原生选择器处理对照片和联系人的受限访问。它还具有系统设置集成器,可引导用户前往设备设置页面手动切换应用和通知权限。

该库涵盖了广泛的访问控制功能,包括位置精度验证、通知权限管理以及在提供理由的情况下提示用户授予权限。在 Android 上,它专门提供了用于审计系统能力(如精确闹钟和全屏意图)的实用工具。

Features

  • Native API Bridges - Ships a unified native bridge that maps a single JavaScript API to platform-specific permission handlers.
  • Permission Management - Provides a unified cross-platform interface for requesting and checking system permissions across iOS, Android, and Windows.
  • Permission - Translates disparate platform-specific permission responses into a standardized set of shared status constants.
  • Device Capability Auditors - Verifies whether specific hardware or software features are available and authorized on a device.
  • Mobile Device Feature Access - Handles requesting and verifying access to system hardware like the camera, microphone, and location.
  • Device Capability Auditing - Verifies if a device supports specific system features or if the app has required authorizations for specialized intents.
  • Cross-Platform Permission Management - Provides a unified API for handling user authorization for device features across iOS, Android, and Windows.
  • Cross-Platform Permissions Libraries - Provides a unified interface for requesting and checking system permissions across iOS, Android, and Windows.
  • System Permission Status Checks - Determines the current authorization state of system permissions to see if access is granted, denied, or blocked.
  • Permission Request Workflows - Manages the lifecycle of permission requests, including prompting users via single or sequential dialogs.
  • Runtime Permission Verifications - Implements runtime verification logic to check if specific system permissions have been granted.
  • Platform-Specific API Implementations - Provides a unified interface that maps to platform-specific native implementations on iOS, Android, and Windows.
  • Settings Redirection - Programmatically directs users to the native device settings page to manually toggle application and notification permissions.
  • User-Facing Consent Dialogs - Implements user-facing consent dialogs to request permissions with accompanying rationales.
  • Permission Rationale Providers - Provides utilities to prompt users for system permissions with custom rationale alerts to explain the necessity of the access.
  • Chainable Request Pipelines - Provides sequential API pipelines for queuing and resolving multiple system permission requests.
  • Settings Page Navigators - Invokes system-level intents and deep links to guide users to the application settings page.
  • System Settings Navigators - Directs users to the system settings menu for permissions that require manual approval.
  • Location Accuracy Verifications - Allows applications to check and request whether the user is sharing their precise location or a coarse approximation.
  • Mobile Notification Permissions - Implements tools to check current status and request authorization for mobile push notifications across different operating systems.
  • Media Access Permissions - Manages specialized media access permissions for reading and organizing photos and contacts.
  • Limited Media Access Management - Provides a mechanism to open system pickers for photos and contacts to refine the specific items the application can access.
  • User Preference Settings - Integrates with user preference settings to direct users toward updating notification and application permissions.

Star 历史

zoontek/react-native-permissions 的 Star 历史图表zoontek/react-native-permissions 的 Star 历史图表

AI 搜索

探索更多 awesome 仓库

用简单的语言描述您的需求 —— AI 将根据相关性为您从数千个精选开源项目中进行排序。

Start searching with AI

React Native Permissions 的开源替代方案

相似的开源项目,按与 React Native Permissions 的功能重合度排序。
  • yonahforst/react-native-permissionsyonahforst 的头像

    yonahforst/react-native-permissions

    4,369在 GitHub 上查看↗

    react-native-permissions is a cross-platform mobile permissions library that provides a unified API for checking and requesting hardware and software permissions on iOS, Android, and Windows. It serves as a device permission manager to verify permission status and prompt users for access to device features across different operating systems. The library includes a system settings navigator to direct users to application-specific device settings for modifying blocked or limited permissions. It provides a single interface for managing platform-specific permission requests and notification autho

    Objective-C++
    在 GitHub 上查看↗4,369
  • sparrowcode/permissionskitsparrowcode 的头像

    sparrowcode/PermissionsKit

    5,815在 GitHub 上查看↗

    Universal API for request permission and get its statuses.

    Swift
    在 GitHub 上查看↗5,815
  • permissions-dispatcher/permissionsdispatcherpermissions-dispatcher 的头像

    permissions-dispatcher/PermissionsDispatcher

    11,177在 GitHub 上查看↗

    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.

    Java
    在 GitHub 上查看↗11,177
  • googlesamples/easypermissionsgooglesamples 的头像

    googlesamples/easypermissions

    9,864在 GitHub 上查看↗

    Easypermissions is a library and wrapper for managing Android runtime permissions. It serves as a tool for requesting access to protected system resources and handling the associated result workflows. The project provides mechanisms for triggering system-level permission requests and executing specific tasks after permissions are granted. It includes a guided dialog system to direct users to system settings when a permission has been permanently denied. The library covers permission management, user onboarding, and system settings integration. It handles permission request lifecycles through

    Java
    在 GitHub 上查看↗9,864
查看 React Native Permissions 的所有 30 个替代方案→

常见问题解答

zoontek/react-native-permissions 是做什么的?

react-native-permissions 是一个跨平台权限库,为 iOS、Android 和 Windows 提供了请求和检查系统权限的统一接口。它充当权限状态管理器和设备能力审计器,以确定对敏感数据或硬件的访问是被授予、拒绝还是阻止。

zoontek/react-native-permissions 的主要功能有哪些?

zoontek/react-native-permissions 的主要功能包括:Native API Bridges, Permission Management, Permission, Device Capability Auditors, Mobile Device Feature Access, Device Capability Auditing, Cross-Platform Permission Management, Cross-Platform Permissions Libraries。

zoontek/react-native-permissions 有哪些开源替代品?

zoontek/react-native-permissions 的开源替代品包括: yonahforst/react-native-permissions — react-native-permissions is a cross-platform mobile permissions library that provides a unified API for checking and… sparrowcode/permissionskit — Universal API for request permission and get its statuses. permissions-dispatcher/permissionsdispatcher — PermissionsDispatcher is a declarative Android API and runtime permission manager. It provides a structured system for… googlesamples/easypermissions — Easypermissions is a library and wrapper for managing Android runtime permissions. It serves as a tool for requesting… getactivity/xxpermissions — XXPermissions is a framework and manager for handling runtime and special system permissions across different Android… flutter-team-archive/plugins — This project is a collection of official plugin packages and a native integration library designed to provide a…